|
Zero
0.1.0
|
This is the complete list of members for Pool, including all inherited members.
| Allocate() | Pool | |
| Construct() | Pool | inline |
| Deallocate(void *block) | Pool | |
| Destroy(T *instance) | Pool | inline |
| GetGranularity() const | Pool | inline |
| GetOverflow() const | Pool | inline |
| GetSize() const | Pool | inline |
| GetUsed() const | Pool | inline |
| IsFromPool(void const *instance) const | Pool | inlineprivate |
| m_granularity | Pool | private |
| m_overflow | Pool | private |
| m_size | Pool | private |
| m_slots | Pool | private |
| m_storage | Pool | private |
| m_used | Pool | private |
| Pool(size_t granularity, size_t size) | Pool | |
| ~Pool() | Pool |
1.8.12