arena allocator + incremental garbage collector
  • C++ 98.4%
  • CMake 1.6%
Find a file
2025-11-15 16:38:18 -05:00
cmake + LinearAlloc + utest 2025-07-29 07:17:35 -05:00
docs xo-alloc: doc improvements 2025-11-15 12:25:03 -05:00
include/xo/alloc xo-alloc: utest: fix broken alloc utests 2025-11-15 16:38:18 -05:00
src/alloc xo-alloc: utest: fix broken alloc utests 2025-11-15 16:38:18 -05:00
utest xo-alloc: utest: fix broken alloc utests 2025-11-15 16:38:18 -05:00
CMakeLists.txt xo-alloc: reserve virtual memory, commit pages on demand 2025-08-12 00:14:30 -05:00
README.md + README.md 2025-07-29 07:15:43 -05:00

xo-alloc -- arena allocator with rudimentary GC support

Xo-alloc is a lightweight arena allocator