#include <MemPool.h>
◆ MemPoolParams() [1/2]
template<size_t tBlockCount = MemPoolConst::defaultBlockCount, size_t tCachedFreeBlockCount = MemPoolConst::defaultCachedFreeBlockCount>
◆ MemPoolParams() [2/2]
template<size_t tBlockCount = MemPoolConst::defaultBlockCount, size_t tCachedFreeBlockCount = MemPoolConst::defaultCachedFreeBlockCount>
◆ GetBlockAlignment()
template<size_t tBlockCount = MemPoolConst::defaultBlockCount, size_t tCachedFreeBlockCount = MemPoolConst::defaultCachedFreeBlockCount>
◆ GetBlockSize()
template<size_t tBlockCount = MemPoolConst::defaultBlockCount, size_t tCachedFreeBlockCount = MemPoolConst::defaultCachedFreeBlockCount>
◆ MOMO_STATIC_ASSERT()
template<size_t tBlockCount = MemPoolConst::defaultBlockCount, size_t tCachedFreeBlockCount = MemPoolConst::defaultCachedFreeBlockCount>
◆ blockAlignment
template<size_t tBlockCount = MemPoolConst::defaultBlockCount, size_t tCachedFreeBlockCount = MemPoolConst::defaultCachedFreeBlockCount>
◆ blockCount
template<size_t tBlockCount = MemPoolConst::defaultBlockCount, size_t tCachedFreeBlockCount = MemPoolConst::defaultCachedFreeBlockCount>
const size_t momo::MemPoolParams< tBlockCount, tCachedFreeBlockCount >::blockCount = tBlockCount |
|
static |
◆ blockSize
template<size_t tBlockCount = MemPoolConst::defaultBlockCount, size_t tCachedFreeBlockCount = MemPoolConst::defaultCachedFreeBlockCount>
◆ cachedFreeBlockCount
template<size_t tBlockCount = MemPoolConst::defaultBlockCount, size_t tCachedFreeBlockCount = MemPoolConst::defaultCachedFreeBlockCount>
const size_t momo::MemPoolParams< tBlockCount, tCachedFreeBlockCount >::cachedFreeBlockCount = tCachedFreeBlockCount |
|
static |
The documentation for this class was generated from the following file: