mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-10-01 01:36:01 -04:00
adjust slot count for 10240 byte size class
This commit is contained in:
parent
b7b353a54e
commit
127f110126
@ -21,7 +21,7 @@ size_class_slots = [
|
||||
16, 16, 16, 16,
|
||||
8, 8, 8, 8,
|
||||
8, 8, 8, 8,
|
||||
5, 6, 4, 4
|
||||
6, 6, 4, 4
|
||||
]
|
||||
|
||||
print("size class", "worst case internal fragmentation", sep=", ")
|
||||
|
Loading…
Reference in New Issue
Block a user