/AllocationPool

Simple c++ allocation pool system with easy and flexible implementation in existing code

Primary LanguageC++

AllocationPool

Simple c++ allocation pool system with easy and flexible implementation in existing code.

TODO: New and Delete More New() and Delete() prototypes Maybe remove the fixed size freed stack and use std::stack or similar