![]() |
The Gaudi Framework
v36r6 (b1ee9983)
|

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