mimalloc/src
2022-04-14 15:42:13 -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 improve mi_realloc codepath 2022-04-07 19:09:31 -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 heap walk test 2022-04-08 16:58:32 -07:00
init.c fix msvc warnings at level 4 2022-04-09 14:48:30 -07:00
options.c fix msvc warnings at level 4 2022-04-09 14:48:30 -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 further fixes to allow statically linking mimalloc in DLL modules (issue #508) 2022-01-10 16:07:22 -08:00
segment.c fix compile warnings 2022-04-09 16:20:27 -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