mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-23 16:31:20 -04:00
adjust slot count for 10240 byte size class
This commit is contained in:
parent
b7b353a54e
commit
127f110126
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue