mimalloc/src
Daan 1ece3ff6aa
Merge pull request #220 from cormacrelf/usable_size
Don't call mi_page_usable_size_of with an aligned pointer
2020-04-06 08:05:34 -07: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 Merge pull request #220 from cormacrelf/usable_size 2020-04-06 08:05:34 -07: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 allow retirement for all object sizes (issue #212) 2020-03-16 15:31:37 -07:00
options.c fixes for dragonfly 2020-02-02 14:31:28 -08:00
os.c fix issue #210 where multiple static instances of mimalloc in DLL's compete for the same virtual memory area 2020-03-06 16:43:39 -08:00
page-queue.c fix too strict assertion (issue #204) 2020-02-14 11:11:57 -08:00
page.c allow retirement for all object sizes (issue #212) 2020-03-16 15:31:37 -07: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