mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-10-01 01:36:01 -04:00
adjust slot count for 48 byte size class
This commit is contained in:
parent
56e4c7e042
commit
c59c97c65b
@ -14,7 +14,7 @@ size_classes = [
|
||||
]
|
||||
|
||||
size_class_slots = [
|
||||
256, 128, 128, 64, 51, 42, 36, 64,
|
||||
256, 128, 85, 64, 51, 42, 36, 64,
|
||||
51, 64, 54, 64,
|
||||
64, 64, 64, 64,
|
||||
64, 64, 64, 64,
|
||||
|
Loading…
Reference in New Issue
Block a user