Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 198 Bytes

File metadata and controls

4 lines (3 loc) · 198 Bytes

MemPool

C language implementation of memory pool using the default memory management function new/delete or malloc/free and free memory allocated on the heap will have some extra overhead.