Improve arenas explanation.
This commit is contained in:
parent
769724d7ff
commit
85cab6cbeb
@ -1,6 +1,6 @@
|
|||||||
= GrapheneOS hardened_malloc
|
= GrapheneOS hardened_malloc
|
||||||
|
|
||||||
Version: 0.0.0.6
|
Version: 0.0.0.7
|
||||||
|
|
||||||
|
|
||||||
This documentation contains instructions to use
|
This documentation contains instructions to use
|
||||||
@ -27,9 +27,10 @@ of guard pages.
|
|||||||
`make <arguments>`
|
`make <arguments>`
|
||||||
|
|
||||||
`CONFIG_N_ARENA=n` can be adjusted to increase parallel performance at the expense of memory usage,
|
`CONFIG_N_ARENA=n` can be adjusted to increase parallel performance at the expense of memory usage,
|
||||||
or decrease memory usage at the expense of parallel performance, where `n` is an integer. For
|
or decrease memory usage at the expense of parallel performance, where `n` is an integer; higher
|
||||||
low-memory systems, `VARIANT=light` can be used to compile the light variant of hardened_malloc,
|
values prefer parallel performance, lower values prefer lower memory usage. For low-memory systems,
|
||||||
which sacrifices some security for much less memory usage.
|
`VARIANT=light` can be used to compile the light variant of hardened_malloc, which sacrifices some
|
||||||
|
security for much less memory usage.
|
||||||
|
|
||||||
== Copy Compiled hardened_malloc Library
|
== Copy Compiled hardened_malloc Library
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user