ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
|
Memory pool for efficient object allocation. More...
#include <advanced_spatial.hpp>
Public Member Functions | |
MemoryPool (size_t chunk_size=1024) | |
~MemoryPool () | |
T * | allocate () |
void | deallocate (T *ptr) |
Memory pool for efficient object allocation.
Definition at line 48 of file advanced_spatial.hpp.
|
inlineexplicit |
Definition at line 61 of file advanced_spatial.hpp.
|
inline |
Definition at line 66 of file advanced_spatial.hpp.
|
inline |
|
inline |