mimalloc/src
2020-05-18 18:51:06 -07:00
..
alloc-aligned.c weaken assertion, #245 2020-05-18 18:51:06 -07: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 Merge pull request #238 from asl/gcc-6-aligned-dealloc 2020-05-01 14:16:20 -07:00
alloc-posix.c strengthen alignment check for memalign and aligned_alloc 2020-02-17 09:59:11 -08:00
alloc.c fix assertions for huge segment free 2020-05-01 21:14:41 -07:00
arena.c nice cache initialization 2020-05-03 10:45:46 -07:00
bitmap.inc.c improved arena cache 2020-05-02 10:37:33 -07:00
heap.c merge from dev 2020-03-16 16:41:21 -07:00
init.c merge from dev 2020-05-05 10:54:59 -07:00
options.c increase default arena reset delay (behaves better on 36+ core systems) 2020-05-03 16:33:29 -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-05-05 10:54:59 -07:00
random.c first working tls on macOS using interpose; still slow 2020-01-29 22:46:44 -08:00
region.c fix initialization of union padding; issue found through valgrind by @jasongibson 2020-04-30 17:40:00 -07:00
segment.c fix assertion for huge segments 2020-05-03 11:42:38 -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