mimalloc/src
2022-04-19 11:00:49 -07:00
..
alloc-aligned.c update alignment tests 2021-12-18 11:11:44 -08:00
alloc-override-osx.c fix for dynamic overriding on macOS; add warning about C++ compilation (as that does not interact well with interpose) 2022-04-07 16:12:16 -07:00
alloc-override.c fix c++ compilation warning for an unused parameter 2022-04-10 12:55:59 -07:00
alloc-posix.c fix msvc warnings at level 4 2022-04-09 14:48:30 -07:00
alloc.c fix position of mi_decl_nodiscard attributes 2022-04-19 11:00:49 -07:00
arena.c use size_t instead of uintptr_t where appropiate 2021-11-13 15:13:16 -08:00
bitmap.c use size_t instead of uintptr_t where appropiate 2021-11-13 15:13:16 -08:00
bitmap.h use size_t instead of uintptr_t where appropiate 2021-11-13 15:13:16 -08:00
heap.c add nodiscard annotations to fix warnings in msvc 2022-04-19 10:10:10 -07:00
init.c add max segment reclaim as an option 2022-04-14 16:05:49 -07:00
options.c maintain backward compatible option order 2022-04-14 16:10:36 -07:00
os.c extra check in VirtualFree for Windows on mi_os_mem_free 2022-04-14 15:42:13 -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 use heap_stat_increase macros when possible 2022-04-04 17:38:28 -07:00
random.c fix Windows C++ compilation in combination with dynamic overriding by preferring RtlGenRandom 2022-04-09 13:48:16 -07:00
region.c add max segment reclaim as an option 2022-04-14 16:05:49 -07:00
segment.c add max segment reclaim as an option 2022-04-14 16:05:49 -07:00
static.c Revert "make all includes relative" 2021-06-07 16:47:57 -07:00
stats.c fix printf format type mismatches (issue #486) 2021-11-06 14:19:14 -07:00