xo-tokenizer2/xo-alloc
2025-11-16 20:10:23 -05:00
..
cmake Add 'xo-alloc/' from commit '8970f51dbd' 2025-07-29 07:20:49 -05:00
docs xo-alloc: doc improvements 2025-11-15 12:25:03 -05:00
include/xo/alloc xo-interpreter adds + explict mm arg to ctors (retiring Object::mm) 2025-11-16 20:10:23 -05:00
src/alloc xo-interpreter adds + explict mm arg to ctors (retiring Object::mm) 2025-11-16 20:10:23 -05:00
utest xo-interpreter adds + explict mm arg to ctors (retiring Object::mm) 2025-11-16 20:10:23 -05:00
CMakeLists.txt xo-alloc: reserve virtual memory, commit pages on demand 2025-08-12 00:14:30 -05:00
README.md Add 'xo-alloc/' from commit '8970f51dbd' 2025-07-29 07:20:49 -05:00

xo-alloc -- arena allocator with rudimentary GC support

Xo-alloc is a lightweight arena allocator