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.