mimalloc/include
daan a4ed63d127 Adresses pr #165 and issue #164 by @colesbury:
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.
2019-11-13 17:22:03 -08:00
..
mimalloc-atomic.h fix warnings at high warning level in msvc 2019-10-17 16:56:57 -07:00
mimalloc-internal.h Adresses pr #165 and issue #164 by @colesbury: 2019-11-13 17:22:03 -08:00
mimalloc-new-delete.h put new-delete overrides in separate header file 2019-09-15 19:19:00 -07:00
mimalloc-override.h put new-delete overrides in separate header file 2019-09-15 19:19:00 -07:00
mimalloc-types.h fix secure free list extension where a non-empty initial free list was discarded 2019-11-07 10:33:45 -08:00
mimalloc.h merge d1d65fbc: make max error messages configurable 2019-11-04 08:49:59 -08:00