mimalloc/src
2020-02-18 20:05:30 -08:00
..
alloc-aligned.c strengthen alignment check for memalign and aligned_alloc 2020-02-17 09:59:11 -08:00
alloc-override-osx.c add comments on overriding in macOSX 2020-02-09 18:26:50 -08:00
alloc-override.c enable interpose separate from zones on macOS 2020-02-08 20:08:52 -08:00
alloc-posix.c strengthen alignment check for memalign and aligned_alloc 2020-02-17 09:59:11 -08:00
alloc.c fix padding issue with zero sized allocation (issue #209) 2020-02-18 20:05:30 -08:00
arena.c improve messages; fix reset size calculation on large pages 2020-01-31 17:28:26 -08:00
bitmap.inc.c fix type of bitmap field to avoid C++ error on older gcc 2020-01-16 16:21:59 -08:00
heap.c ensure thread delayed freeing is correct during heap_absorb; #204 2020-02-13 13:12:19 -08:00
init.c delete all thread owned heaps when a thread is terminated (issue #202) 2020-02-13 12:15:23 -08:00
options.c fixes for dragonfly 2020-02-02 14:31:28 -08:00
os.c Merge branch 'dev' into dev-exp 2020-02-02 15:54:41 -08:00
page-queue.c fix too strict assertion (issue #204) 2020-02-14 11:11:57 -08:00
page.c fix size check on overflow when padding is enabled in debug mode 2020-02-17 09:59:34 -08:00
random.c first working tls on macOS using interpose; still slow 2020-01-29 22:46:44 -08:00
region.c Merge branch 'dev' into dev-exp 2020-01-27 23:15:37 -08:00
segment.c merge dev-exp; add pthread TLS support for macOSX 2020-02-01 14:10:10 -08:00
static.c move 'memory.c' to 'region.c' 2020-01-25 13:28:49 -08:00
stats.c reduce type casts in atomic operations 2020-01-22 19:44:54 -08:00