custom-memory-allocator A collection of custom thread-safe memory allocators in C++. Content: Free list allocator. Tests for free list and free list allocator classes. TODO: Buddy allocator. Slab allocator. Benchmarking.