mimalloc/include
Sergiy Kuryata 911de68d3e Experimental optimization for the segment reclamation logic.
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).
2024-10-31 16:53:14 -07:00
..
mimalloc Experimental optimization for the segment reclamation logic. 2024-10-31 16:53:14 -07:00
mimalloc-new-delete.h Fix whitespace 2022-12-03 00:24:20 +01:00
mimalloc-override.h bump cmake required version to 3.18 and detect libatomic more reliably, see pr #898 2024-05-19 13:25:31 -07:00
mimalloc.h Experimental improvements to reduce memory usage 2024-10-11 10:35:51 -07:00