CppMemoryPool
Memory Pool: C++ Optimization to improve object allocation and deallocation.
2 implementations:
-
C-pure one with malloc/realloc and free calls
-
C++ one with ::operator new, ::operator delete and a std::vector
Memory Pool: C++ Optimization to improve object allocation and deallocation.
C++
CppMemoryPool
Memory Pool: C++ Optimization to improve object allocation and deallocation.
2 implementations:
C-pure one with malloc/realloc and free calls
C++ one with ::operator new, ::operator delete and a std::vector