mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-10-01 01:36:01 -04:00
remove obsolete duplicate information
This commit is contained in:
parent
d88a8c9813
commit
4d85a61db2
@ -327,9 +327,6 @@ It's allocated in a dedicated region like other size classes but with the slabs
|
|||||||
never being made readable and writable so the only memory usage is for the slab
|
never being made readable and writable so the only memory usage is for the slab
|
||||||
metadata.
|
metadata.
|
||||||
|
|
||||||
The slab slot count for each size class is not yet finely tuned beyond choosing values avoiding
|
|
||||||
internal fragmentation for slabs (i.e. avoiding wasted space due to page size rounding).
|
|
||||||
|
|
||||||
The choice of size classes for slab allocation is the same as jemalloc, which
|
The choice of size classes for slab allocation is the same as jemalloc, which
|
||||||
is a careful balance between minimizing internal and external fragmentation. If
|
is a careful balance between minimizing internal and external fragmentation. If
|
||||||
there are more size classes, more memory is wasted on free slots available only
|
there are more size classes, more memory is wasted on free slots available only
|
||||||
|
Loading…
Reference in New Issue
Block a user