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