mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-24 17:01:21 -04:00
support extended range of small size classes
This commit is contained in:
parent
1b34fd4a69
commit
6c31f6710a
3 changed files with 32 additions and 7 deletions
|
@ -17,6 +17,7 @@ common_cflags = [
|
|||
"-DSLAB_CANARY=true",
|
||||
"-DSLAB_QUARANTINE_RANDOM_LENGTH=1",
|
||||
"-DSLAB_QUARANTINE_QUEUE_LENGTH=1",
|
||||
"-DCONFIG_EXTENDED_SIZE_CLASSES=true",
|
||||
"-DCONFIG_LARGE_SIZE_CLASSES=true",
|
||||
"-DGUARD_SLABS_INTERVAL=1",
|
||||
"-DGUARD_SIZE_DIVISOR=2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue