mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 06:59:32 +03:00
![]() On Mac OS, the thread-local _mi_default_heap may get reset before _mi_thread_done is called, leaking the default heap on non-main threads. Now the current default heap is also stored in mi_pthread_key (or mi_fls_key on Windows). The _mi_thread_done function is called with this value. |
||
---|---|---|
.. | ||
alloc-aligned.c | ||
alloc-override-osx.c | ||
alloc-override.c | ||
alloc-posix.c | ||
alloc.c | ||
heap.c | ||
init.c | ||
memory.c | ||
options.c | ||
os.c | ||
page-queue.c | ||
page.c | ||
segment.c | ||
static.c | ||
stats.c |