mimalloc/src
2022-11-21 10:03:52 -08:00
..
alloc-aligned.c merge from dev 2022-11-07 16:48:00 -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 fix false positives from valgrind in rptest 2022-10-30 10:45:51 -07:00
alloc-posix.c relax restriction of size to be an integral multiple of the alignment in 'alloc_aligned' as too many programs need this; see PR #584 2022-10-31 16:07:29 -07:00
alloc.c merge from dev 2022-11-18 10:22:45 -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 from dev with the destroy_on_exit option 2022-11-21 10:03:52 -08:00
options.c merge from dev with the destroy_on_exit option 2022-11-21 10:03:52 -08:00
os.c merge from dev-align 2022-11-07 11:29:03 -08:00
page-queue.c merge from dev 2022-01-22 13:09:18 -08:00
page.c experiment with 32KiB slices and increased MI_MIN_EXTEND 2022-11-18 09:38:01 -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 add more comments 2022-11-07 11:23:04 -08:00
segment-cache.c merge from dev with the destroy_on_exit option 2022-11-21 10:03:52 -08:00
segment.c merge from dev with the destroy_on_exit option 2022-11-21 10:03:52 -08:00
static.c Merge branch 'dev' into dev-slice 2021-06-07 16:51:14 -07:00
stats.c Merge branch 'dev' into dev-slice 2022-10-31 15:30:54 -07:00