mimalloc/src
2024-03-02 16:49:27 -08:00
..
prim Merge branch 'dev' into dev_thp_disable 2024-03-02 16:49:27 -08:00
alloc-aligned.c add further zero initialization checks 2023-04-22 10:18:57 -07:00
alloc-override.c add fix for aligned_alloc override on musl; hopefully does not break Conda builds. issue #733 2023-04-24 08:15:42 -07:00
alloc-posix.c update alignment check 2023-04-16 17:05:56 -07:00
alloc.c Fix error: cannot use 'throw' with exceptions disabled #815, by @sergio-nsk 2024-03-02 15:47:07 -08:00
arena.c ensure consistent types for template deduction, PR #834 by @dg0yt 2024-03-02 15:36:57 -08:00
bitmap.c add arena contains check for valid pointers 2023-04-18 14:13:55 -07:00
bitmap.h wip: initial work on purgable arenas 2023-03-31 20:51:35 -07:00
heap.c increase thread data cache to 16 2023-04-15 19:49:14 -07:00
init.c fix thread data leak; issue #748 2023-05-19 09:12:46 -07:00
libc.c more format specifiers for _mi_vsnprintf 2023-05-19 17:48:07 -07:00
options.c add KiB to size options 2023-05-19 18:00:46 -07:00
os.c fix asan memory tracking for zero initialized memory 2023-04-23 19:45:29 -07:00
page-queue.c Fix whitespace 2022-12-03 00:24:20 +01:00
page.c add further zero initialization checks 2023-04-22 10:18:57 -07:00
random.c restructure header files 2023-03-20 10:37:39 -07:00
segment-map.c possible fix for #855 2024-03-02 14:14:59 -08:00
segment.c do not purge if purge delay is negative 2024-02-29 11:26:03 -08:00
static.c add libc.c source file 2023-05-19 10:24:39 -07:00
stats.c more format specifiers for _mi_vsnprintf 2023-05-19 17:48:07 -07:00