toy-allocators/README.md
2026-06-17 02:19:32 -05:00

4 lines
124 B
Markdown

# Toy Allocators
Starting with a basic bump allocator, this has evolved into a free list
allocator that can reclaim space.