mimalloc/src
2024-12-07 17:11:11 -08:00
..
prim check for running in a threadpool to disable page reclaim 2024-12-07 17:11:11 -08:00
alloc-aligned.c first version that passes the make test 2024-11-30 20:21:32 -08:00
alloc-override.c Musl needs __libc* functions too 2024-10-06 15:42:46 -05:00
alloc-posix.c update alignment check 2023-04-16 17:05:56 -07:00
alloc.c pass all debug tests 2024-11-30 22:54:57 -08:00
arena-abandon.c wip: rename arena blocks to slices 2024-11-30 12:16:41 -08:00
arena-old.c wip: rename arena blocks to slices 2024-11-30 12:16:41 -08:00
arena-page.c wip: further progress on segment removal; arena allocation 2024-11-29 14:28:34 -08:00
arena.c check for running in a threadpool to disable page reclaim 2024-12-07 17:11:11 -08:00
bitmap-old.c wip: further progress on removing segments 2024-11-29 10:40:18 -08:00
bitmap-old.h wip: further progress on removing segments 2024-11-29 10:40:18 -08:00
bitmap.c specialize bitmap operations for common page sizes 2024-12-07 16:26:07 -08:00
bitmap.h check for running in a threadpool to disable page reclaim 2024-12-07 17:11:11 -08:00
free.c check for running in a threadpool to disable page reclaim 2024-12-07 17:11:11 -08:00
heap.c check for running in a threadpool to disable page reclaim 2024-12-07 17:11:11 -08:00
init.c check for running in a threadpool to disable page reclaim 2024-12-07 17:11:11 -08:00
libc.c wip: use epoch with 512bit chunks 2024-12-02 00:31:08 -08:00
options.c tune free-ing and abandoning 2024-12-05 17:00:23 -08:00
os.c small fixes 2024-12-06 23:25:53 -08:00
page-map.c specialize bitmap operations for common page sizes 2024-12-07 16:26:07 -08:00
page-queue.c small fixes 2024-12-06 23:25:53 -08:00
page.c small fixes 2024-12-06 23:25:53 -08:00
random.c restructure header files 2023-03-20 10:37:39 -07:00
segment-map.c fix UINT32_MAX constant (see issue #913) 2024-08-13 16:36:53 -07:00
segment.c ensure forced abandoned pages can be accessed after free 2024-11-25 18:41:57 -08:00
static.c compile with clang and gcc 2024-11-30 12:41:11 -08:00
stats.c revise free reclaim; ensure unown cannot race with a free 2024-12-03 10:51:13 -08:00