Skip to content

Commit

Permalink
[h_malloc]: return back large slab regions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf104a committed Nov 9, 2024
1 parent c4be473 commit de1ad94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ common_cflags = [
"-DZERO_ON_FREE=true",
"-DWRITE_AFTER_FREE_CHECK=true",
"-DSLOT_RANDOMIZE=true",
"-DSLAB_CANARY=false",
"-DSLAB_CANARY=true",
"-DSLAB_QUARANTINE_RANDOM_LENGTH=1",
"-DSLAB_QUARANTINE_QUEUE_LENGTH=1",
"-DCONFIG_EXTENDED_SIZE_CLASSES=false",
"-DCONFIG_LARGE_SIZE_CLASSES=false",
"-DGUARD_SLABS_INTERVAL=65536",
"-DCONFIG_EXTENDED_SIZE_CLASSES=true",
"-DCONFIG_LARGE_SIZE_CLASSES=true",
"-DGUARD_SLABS_INTERVAL=16777216",
"-DGUARD_SIZE_DIVISOR=2",
"-DREGION_QUARANTINE_RANDOM_LENGTH=256",
"-DREGION_QUARANTINE_QUEUE_LENGTH=1024",
Expand Down

0 comments on commit de1ad94

Please sign in to comment.