mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
default number of arenas is currently 4
This commit is contained in:
parent
08a5f5ee0b
commit
fc0bd78215
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ The following integer configuration options are available:
|
||||||
number of slots in the random array used to randomize free slab reuse.
|
number of slots in the random array used to randomize free slab reuse.
|
||||||
* `CONFIG_CLASS_REGION_SIZE`: `34359738368` (default) to control the size of
|
* `CONFIG_CLASS_REGION_SIZE`: `34359738368` (default) to control the size of
|
||||||
the size class regions.
|
the size class regions.
|
||||||
* `CONFIG_N_ARENA`: `1` (default) to control the number of arenas
|
* `CONFIG_N_ARENA`: `4` (default) to control the number of arenas
|
||||||
* `CONFIG_STATS`: `false` (default) to control whether stats on allocation /
|
* `CONFIG_STATS`: `false` (default) to control whether stats on allocation /
|
||||||
deallocation count and active allocations are tracked. See the [section on
|
deallocation count and active allocations are tracked. See the [section on
|
||||||
stats](#stats) for more details.
|
stats](#stats) for more details.
|
||||||
|
|
Loading…
Add table
Reference in a new issue