![]() |
The Gaudi Framework
v26r4
|

Public Member Functions | |
| PoolChunk (unsigned int sz) | |
| PoolChunk (unsigned int sz) | |
Public Attributes | |
| const unsigned int | size |
| std::unique_ptr< char[]> | mem |
| PoolChunk * | next = nullptr |
Definition at line 93 of file AllocatorPool.h.
|
inlineexplicit |
Definition at line 96 of file AllocatorPool.h.
|
inlineexplicit |
Definition at line 96 of file AllocatorPool.h.
| std::unique_ptr< char[]> GaudiUtils::AllocatorPool::PoolChunk::mem |
Definition at line 99 of file AllocatorPool.h.
| PoolChunk * GaudiUtils::AllocatorPool::PoolChunk::next = nullptr |
Definition at line 100 of file AllocatorPool.h.
| const unsigned int GaudiUtils::AllocatorPool::PoolChunk::size |
Definition at line 98 of file AllocatorPool.h.