No description
Find a file
2026-06-17 02:19:32 -05:00
nix-modules feat: add gdb, add some free logic 2026-06-16 01:05:21 -05:00
src rename: stack -> list 2026-06-17 02:18:21 -05:00
.envrc feat: basic bump 2026-06-15 21:53:39 -05:00
.gitignore feat: basic bump 2026-06-15 21:53:39 -05:00
flake.lock feat: basic bump 2026-06-15 21:53:39 -05:00
flake.nix feat: basic bump 2026-06-15 21:53:39 -05:00
Makefile feat: basic bump 2026-06-15 21:53:39 -05:00
README.md docs: add README 2026-06-17 02:19:32 -05:00

Toy Allocators

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