remove obsolete duplicate information

pull/69/head
Daniel Micay 2018-11-19 06:31:58 -05:00
parent d88a8c9813
commit 4d85a61db2
1 changed files with 0 additions and 3 deletions

View File

@ -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