mimalloc/src
2022-11-21 10:24:02 -08:00
..
alloc-aligned.c decommit unused prefix of large aligned blocks 2022-11-07 16:41:40 -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 improve mi_free codegen 2022-11-18 10:13:51 -08:00
arena.c refactor arena allocation 2022-11-07 11:13:29 -08:00
bitmap.c redefine mi_likely/mi_unlikely to work with C++ 20 [[likely]] attributes 2022-04-19 19:50:06 -07:00
bitmap.h use size_t instead of uintptr_t where appropiate 2021-11-13 15:13:16 -08:00
heap.c experimental destroy_on_exit option for statically linked mimalloc in a dynamically unloaded DLL 2022-11-18 11:00:23 -08:00
init.c add comment 2022-11-21 10:24:02 -08:00
options.c experimental destroy_on_exit option for statically linked mimalloc in a dynamically unloaded DLL 2022-11-18 11:00:23 -08:00
os.c remove MI_ALIGNMENT_MAX and add comments 2022-11-07 11:13:42 -08:00
page-queue.c fix link error to _mi_bin with C++; issue #533 2022-01-22 10:08:16 -08:00
page.c add more comments 2022-11-07 11:23:04 -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.c decommit unused prefix of large aligned blocks 2022-11-07 16:41:40 -08:00
static.c Revert "make all includes relative" 2021-06-07 16:47:57 -07:00
stats.c add mi_cdecl to functions to avoid errors when compiling with a different calling convention, see PR #592 2022-10-31 12:16:34 -07:00