mimalloc/src
2020-04-30 13:30:19 -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 Provide zone_size function: free() uses it to find the zone pointer belongs to in order to call the corresponding zone_free function 2020-04-21 15:10:49 +03:00
alloc-override.c Fix the prototype of malloc_size. Otherwise we'll end with invalid 2020-04-21 15:07:32 +03:00
alloc-posix.c strengthen alignment check for memalign and aligned_alloc 2020-02-17 09:59:11 -08:00
alloc.c merge from dev 2020-04-28 16:22:38 -07:00
arena.c pass full commit flag to free, possible fix for issue #218 2020-04-23 20:19:48 -07: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 merge from dev 2020-03-16 16:41:21 -07:00
init.c merge from dev 2020-04-28 16:22:38 -07:00
options.c make lazy commit default; add commit check on segment allocation 2020-04-28 16:46:00 -07:00
os.c merge from dev 2020-04-28 16:22:38 -07:00
page-queue.c merge from dev 2020-03-16 16:41:21 -07:00
page.c merge from dev 2020-03-16 16:41:21 -07:00
random.c first working tls on macOS using interpose; still slow 2020-01-29 22:46:44 -08:00
region.c pass full commit flag to free, possible fix for issue #218 2020-04-23 20:19:48 -07:00
segment.c do delayed decommit if not reclaiming abandoned blocks 2020-04-30 13:30:19 -07:00
static.c merge from dev 2020-04-28 16:22:38 -07:00
stats.c merge from dev 2020-04-28 16:22:38 -07:00