+ xo-alloc + xo-object + xo-alloc docs + GC utests

This commit is contained in:
Roland Conybeare 2025-08-03 15:59:38 -05:00
commit 5f46b51f12
32 changed files with 2903 additions and 82 deletions

14
docs/index.rst Normal file
View file

@ -0,0 +1,14 @@
# xo-alloc documentation master file
xo-alloc documentation
======================
xo-alloc provides arena allocators and a generation garbage collector
.. toctree::
:maxdepth: 2
:caption: xo-alloc contents
install
introduction
implementation