mimalloc/src
2022-02-10 10:45:42 +01:00
..
alloc-aligned.c update alignment tests 2021-12-18 11:11:44 -08:00
alloc-override-osx.c fix compile error on macOS 10.13 for claimed_address; fix by @michaeljclark, issue #527 2022-02-02 20:12:26 -08:00
alloc-override.c follow-up reallocarr(ay) BSD implementations, 2022-01-08 08:34:08 +00: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 Merge 93797b8b86 into f2bfaa74fe 2022-02-10 10:45:42 +01: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 enable eager delay even on overcommit systems 2022-02-04 16:12:22 -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