mimalloc/src
2022-11-28 10:55:35 -08:00
..
alloc-aligned.c Merge branch 'dev' into dev-slice 2022-11-28 10:55:35 -08:00
alloc-override-osx.c redefine mi_likely/mi_unlikely to work with C++ 20 [[likely]] attributes 2022-04-19 19:50:06 -07:00
alloc-override.c add pointer validity check on malloc_size when overriding on macOSX; issue #638 2022-11-25 16:38:20 -08:00
alloc-posix.c add pointer validity check on malloc_size when overriding on macOSX; issue #638 2022-11-25 16:38:20 -08:00
alloc.c Merge branch 'dev' into dev-slice 2022-11-28 10:55:35 -08:00
arena.c merge from dev-align 2022-11-07 11:29:03 -08:00
bitmap.c initial api for heaps restricted to a certain arena 2022-11-01 16:22:51 -07:00
bitmap.h initial api for heaps restricted to a certain arena 2022-11-01 16:22:51 -07:00
heap.c merge from dev with the destroy_on_exit option 2022-11-21 10:03:52 -08:00
init.c Merge branch 'dev' into dev-slice 2022-11-28 10:55:35 -08:00
options.c Merge branch 'dev' into dev-slice 2022-11-28 10:55:35 -08:00
os.c merge from dev where huge objects are now part of page queues again 2022-11-22 21:54:58 -08:00
page-queue.c merge from dev where huge objects are now part of page queues again 2022-11-22 21:54:58 -08:00
page.c merge from dev where huge objects are now part of page queues again 2022-11-22 21:54:58 -08:00
random.c potential fix for windows static linking with thread creation in dll's 2022-11-07 14:47:53 -08:00
region.c make huge pages part of the regular page queues again 2022-11-22 20:56:35 -08:00
segment-cache.c make mi_collect(true) actually free the segment caches 2022-11-23 10:34:19 -08:00
segment.c merge from dev 2022-11-23 10:10:55 -08:00
static.c Merge branch 'dev' into dev-slice 2021-06-07 16:51:14 -07:00
stats.c merge from dev 2022-11-23 10:10:55 -08:00