mimalloc/src
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
..
alloc-aligned.c update page_flags to have more portable definition 2019-10-17 16:48:16 -07:00
alloc-override-osx.c Fixing interpose on macOS 2019-07-02 12:49:28 -07:00
alloc-override.c fix type; fix comment 2019-09-02 10:18:34 -07:00
alloc-posix.c limit aligned allocation to power-of-two alignment 2019-09-11 17:49:28 -07:00
alloc.c enable double free and heap corruption detection in debug mode 2019-10-28 15:54:33 -07:00
heap.c Adresses pr #165 and issue #164 by @colesbury: 2019-11-13 17:22:03 -08:00
init.c Adresses pr #165 and issue #164 by @colesbury: 2019-11-13 17:22:03 -08:00
memory.c fix reset error on windows when disabling eager commit option 2019-10-30 14:32:28 -07:00
options.c merge d1d65fbc: make max error messages configurable 2019-11-04 08:49:59 -08:00
os.c fix statistics display 2019-10-28 13:43:42 -07:00
page-queue.c fix warnings at high warning level in msvc 2019-10-17 16:56:57 -07:00
page.c fix space leak in secure mode where a non-null free list would be discarded 2019-11-07 10:59:19 -08:00
segment.c make secure a build option only 2019-09-17 17:31:42 -07:00
static.c merge with dev 2019-07-08 15:42:42 -07:00
stats.c fix statistics display 2019-10-28 13:43:42 -07:00