mimalloc/src
2022-11-22 20:57:31 -08:00
..
alloc-aligned.c make huge pages part of the regular page queues again 2022-11-22 20:56: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 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 remove comment 2022-11-22 20:57:31 -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 make huge pages part of the regular page queues again 2022-11-22 20:56:35 -08:00
page-queue.c make huge pages part of the regular page queues again 2022-11-22 20:56:35 -08:00
page.c make huge pages part of the regular page queues again 2022-11-22 20:56:35 -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.c make huge pages part of the regular page queues again 2022-11-22 20:56:35 -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