mimalloc/src
2022-02-02 19:56:27 -08:00
..
alloc-aligned.c update alignment tests 2021-12-18 11:11:44 -08:00
alloc-override-osx.c fix warning on clang on macos 2022-01-16 12:07:07 -08:00
alloc-override.c fix address dereference in mi_reallocarr override 2021-12-15 16:33:49 -08:00
alloc-posix.c NetBSD mi_reallocarr should update errno (based on PR #499 by @devexen) 2021-12-17 13:40:39 -08:00
alloc.c fix compiler error on older macOS due to const atomic (issue #540) 2022-01-31 12:47:50 -08: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 prefix UNUSED,KiB,MiB,GiB; add mi_threadid_t type; add mi_ssize_t 2021-11-13 14:46:03 -08:00
init.c Merge branch 'dev' into bun 2022-02-02 19:56:27 -08:00
options.c comments 2021-12-19 15:29:58 -08:00
os.c improve commit/decommit on Linux 2022-01-10 15:39:49 -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 fix link error to _mi_bin with C++; issue #533 2022-01-22 10:08:16 -08:00
random.c fix return code check on syscall (issue #524) 2022-01-16 12:10:33 -08: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 warning in vs2019 2022-02-02 13:05:32 -08: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