A collection of allocators implemented in C Quick Start Requirements - CC cd arena ./build.sh ./main Currently implemented Arena Allocator Stack Allocator Pool Allocator Reimplement Malloc (from scratch using syscalls) More planned allocators may be added