Zero  0.1.0
Pool Member List

This is the complete list of members for Pool, including all inherited members.

Allocate()Pool
Construct()Poolinline
Deallocate(void *block)Pool
Destroy(T *instance)Poolinline
GetGranularity() constPoolinline
GetOverflow() constPoolinline
GetSize() constPoolinline
GetUsed() constPoolinline
IsFromPool(void const *instance) constPoolinlineprivate
m_granularityPoolprivate
m_overflowPoolprivate
m_sizePoolprivate
m_slotsPoolprivate
m_storagePoolprivate
m_usedPoolprivate
Pool(size_t granularity, size_t size)Pool
~Pool()Pool