mimalloc/src
2022-04-02 09:46:25 -07:00
..
alloc-aligned.c update alignment tests 2021-12-18 11:11:44 -08:00
alloc-override-osx.c fix for macOS M1 Monteray to check pointers in zone_size 2022-02-14 16:32:28 -08:00
alloc-override.c Merge pull request #550 from devnexen/old_apple_build_fix 2022-02-22 16:42:45 -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 allow setting MIMALLOC_MAX_ERRORS/WARNINGS to -1 to get unlimited error/warning messages 2022-04-02 09:46:25 -07:00
os.c fix warning on freebsd 2022-02-14 15:44:50 -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 build on older macOs releases, aligned_alloc only from catalina. 2022-02-22 22:01:26 +00: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