mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-08 08:19:31 +03:00
![]() The goal is to improve efficiency of finding an abandoned segment that contains free space of the required size. This change adds a free space bitmask to the segment object. More optimal place for the bitmask could be in the arena (i.e. extend the arena’s bitmask for abandoned segments to include size information too). |
||
---|---|---|
.. | ||
mimalloc | ||
mimalloc-new-delete.h | ||
mimalloc-override.h | ||
mimalloc.h |