mimalloc/src
2024-06-03 21:10:05 -07:00
..
prim always include sys/prctl.h on linux to disable THP if large_os_pages are not enabled 2024-06-02 16:10:08 -07:00
alloc-aligned.c refactor aligned allocation 2024-05-11 07:22:56 -07:00
alloc-override.c only override strdup/strndup if those are not macros (issue #885) 2024-05-10 17:03:42 -07:00
alloc-posix.c update alignment check 2023-04-16 17:05:56 -07:00
alloc.c add reference to page_malloc_zero in C++ build 2024-06-03 21:10:05 -07:00
arena-abandoned.c fix potential race on subproc field in the segment 2024-06-03 20:57:00 -07:00
arena.c fix asan tracking by explicitly setting memory to undefined before a free 2024-06-03 20:28:47 -07:00
bitmap.c fix spelling errors (pr #710) 2024-04-20 17:18:09 -07:00
bitmap.h fix spelling errors (pr #710) 2024-04-20 17:12:09 -07:00
free.c refactor arena-abandoned to be an include for backward compat with existing build scripts 2024-06-03 18:04:59 -07:00
heap.c only reclaim for exclusive heaps in their associated arena 2024-06-02 13:16:20 -07:00
init.c fix potential race on subproc field in the segment 2024-06-03 20:57:00 -07:00
libc.c commend and make at least 8 tries for reclaim 2024-03-25 15:25:04 -07:00
options.c reduce delayed output from redirection to 16KiB to reduce the .bss size 2024-06-02 15:10:17 -07:00
os.c revise the segment map to only apply to OS allocated segments and reduce the .BSS footprint 2024-06-02 14:46:59 -07:00
page-queue.c simplified aligned allocation; improved codegen; fix mi_good_size with padding included; add MI_MAX_ALIGN_GUARANTEE 2024-05-11 06:43:52 -07:00
page.c fix asan tracking by explicitly setting memory to undefined before a free 2024-06-03 20:28:47 -07:00
random.c restructure header files 2023-03-20 10:37:39 -07:00
segment-map.c fix cast; make segment map static 2024-06-02 14:59:37 -07:00
segment.c fix potential race on subproc field in the segment 2024-06-03 20:57:00 -07:00
static.c refactor arena-abandoned to be an include for backward compat with existing build scripts 2024-06-03 18:04:59 -07:00
stats.c commend and make at least 8 tries for reclaim 2024-03-25 15:25:04 -07:00