mimalloc/src
2024-12-03 10:51:13 -08:00
..
prim compile with clang and gcc 2024-11-30 12:41: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 revise free reclaim; ensure unown cannot race with a free 2024-12-03 10:51:13 -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 revise free reclaim; ensure unown cannot race with a free 2024-12-03 10:51:13 -08:00
bitmap.h add base and size to OS memid 2024-12-02 19:31:36 -08:00
free.c revise free reclaim; ensure unown cannot race with a free 2024-12-03 10:51:13 -08:00
heap.c wip: initial version with eager abandonment 2024-12-02 16:01:45 -08:00
init.c revise free reclaim; ensure unown cannot race with a free 2024-12-03 10:51:13 -08:00
libc.c wip: use epoch with 512bit chunks 2024-12-02 00:31:08 -08:00
options.c revise free reclaim; ensure unown cannot race with a free 2024-12-03 10:51:13 -08:00
os.c add base and size to OS memid 2024-12-02 19:31:36 -08:00
page-map.c pass all debug tests 2024-11-30 22:54:57 -08:00
page-queue.c can run basic test 2024-12-02 20:21:35 -08:00
page.c revise free reclaim; ensure unown cannot race with a free 2024-12-03 10:51:13 -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