docs: add README

This commit is contained in:
jackjohn7 2026-06-17 02:19:32 -05:00
parent 476fd1f2c2
commit 01f057afb9

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# Toy Allocators
Starting with a basic bump allocator, this has evolved into a free list
allocator that can reclaim space.