From 01f057afb91d562d533397840878b1d3ab74a033 Mon Sep 17 00:00:00 2001 From: jackjohn7 <70782491+jackjohn7@users.noreply.github.com> Date: Wed, 17 Jun 2026 02:19:32 -0500 Subject: [PATCH] docs: add README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5cfe880 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Toy Allocators + +Starting with a basic bump allocator, this has evolved into a free list +allocator that can reclaim space.