mimalloc/src
2022-11-06 09:52:54 -08:00
..
alloc-aligned.c fix assertions with incorrect block size for large alignments 2022-11-06 09:44:12 -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 move null ptr check 2022-11-06 09:52:54 -08:00
arena.c initial progress on removing alignment limit 2022-11-05 14:46:52 -07: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 reduce contention on the delayed_free lock; see issue #630 2022-10-31 10:34:55 -07:00
init.c add cmake option MI_WIN_REDIRECT to be able to explicitly disable linking with mimalloc-redirect on windows; always OFF on ARM, fixes issue #591 and #590 2022-10-31 15:26:21 -07:00
options.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
os.c initial progress on removing alignment limit 2022-11-05 14:46:52 -07:00
page-queue.c fix link error to _mi_bin with C++; issue #533 2022-01-22 10:08:16 -08:00
page.c fix assertions with incorrect block size for large alignments 2022-11-06 09:44:12 -08:00
random.c add comment on crash on Windows server 2019 2022-11-02 10:56:13 -07:00
region.c initial working large alignment 2022-11-05 16:40:42 -07:00
segment.c fix assertions with incorrect block size for large alignments 2022-11-06 09:44:12 -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