No description
  • C 52.8%
  • Python 37.5%
  • Nix 8.8%
  • Makefile 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-17 02:38:36 -05:00
nix-modules feat: add gdb, add some free logic 2026-06-16 01:05:21 -05:00
src fix: using typedefs 2026-06-17 02:38:36 -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.