mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-02-12 13:01:23 -05:00
update README for region quarantine change
This commit is contained in:
parent
db21ecd529
commit
7b03b5c629
@ -295,7 +295,7 @@ The following integer configuration options are available:
|
|||||||
* `CONFIG_GUARD_SIZE_DIVISOR`: `2` (default) to control the maximum size of the
|
* `CONFIG_GUARD_SIZE_DIVISOR`: `2` (default) to control the maximum size of the
|
||||||
guard regions placed on both sides of large memory allocations, relative to
|
guard regions placed on both sides of large memory allocations, relative to
|
||||||
the usable size of the memory allocation.
|
the usable size of the memory allocation.
|
||||||
* `CONFIG_REGION_QUARANTINE_RANDOM_LENGTH`: `128` (default) to control the
|
* `CONFIG_REGION_QUARANTINE_RANDOM_LENGTH`: `256` (default) to control the
|
||||||
number of slots in the random array used to randomize region reuse for large
|
number of slots in the random array used to randomize region reuse for large
|
||||||
memory allocations.
|
memory allocations.
|
||||||
* `CONFIG_REGION_QUARANTINE_QUEUE_LENGTH`: `1024` (default) to control the
|
* `CONFIG_REGION_QUARANTINE_QUEUE_LENGTH`: `1024` (default) to control the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user