mtrebi / memory-allocators

Custom memory allocators in C++ to improve the performance of dynamic memory allocation
MIT License
1.75k stars 160 forks source link

Updated to modern c++ #13

Closed simonrenger closed 5 years ago

simonrenger commented 5 years ago

I have updated the code to modern c++. removed unnecessary pieces of code, in regards to the PoolAllocator