Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 268 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 268 Bytes

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