mimalloc/src
2024-05-19 08:06:32 -07:00
..
prim make warning an trace message if we cannot allocate at a hinted address, upstream of python/cpython#113372 2024-05-18 16:45:23 -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 fix comments; nicer strdup/strndup 2024-05-13 09:02:40 -07:00
arena.c comment to not add custom fields (issue #896) 2024-05-17 09:12:03 -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 fix spelling errors (pr #710) 2024-04-20 17:12:09 -07:00
heap.c add support for custom heap and page tags, upstream of python/cpython#113742 2024-05-19 08:06:32 -07:00
init.c add support for custom heap and page tags, upstream of python/cpython#113742 2024-05-19 08:06:32 -07:00
libc.c commend and make at least 8 tries for reclaim 2024-03-25 15:25:04 -07:00
options.c make retry on oom an option; revise size options to not overflow the long 2024-05-18 09:56:02 -07:00
os.c rename must_free_whole -> has_partial_free 2024-05-16 14:41:10 -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 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
random.c restructure header files 2023-03-20 10:37:39 -07:00
segment-map.c increase segment map for asan builds (issue #881) 2024-05-10 17:31:00 -07:00
segment.c add support for custom heap and page tags, upstream of python/cpython#113742 2024-05-19 08:06:32 -07:00
static.c add libc.c source file 2023-05-19 10:24:39 -07:00
stats.c commend and make at least 8 tries for reclaim 2024-03-25 15:25:04 -07:00