mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-08-02 20:06:05 -04:00
add sanity check for stats option
This commit is contained in:
parent
e0891c8cfc
commit
ef90f404a6
3 changed files with 22 additions and 18 deletions
|
@ -26,7 +26,7 @@ common_cflags = [
|
|||
"-DFREE_SLABS_QUARANTINE_RANDOM_LENGTH=32",
|
||||
"-DCONFIG_CLASS_REGION_SIZE=1073741824", // 1GiB
|
||||
"-DN_ARENA=1",
|
||||
"-DSTATS=false",
|
||||
"-DCONFIG_STATS=false",
|
||||
]
|
||||
|
||||
cc_defaults {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue