Forward list to keep multi-time allocated pointers. On Reset operation objects will be reused.
More...
#include <NCollection_IncAllocator.hxx>
|
| IBlock (void *thePointer, const size_t theSize) |
|
Forward list to keep multi-time allocated pointers. On Reset operation objects will be reused.
◆ IBlock()
NCollection_IncAllocator::IBlock::IBlock |
( |
void * | thePointer, |
|
|
const size_t | theSize ) |
◆ AvailableSize
size_t NCollection_IncAllocator::IBlock::AvailableSize |
◆ CurPointer
char* NCollection_IncAllocator::IBlock::CurPointer |
◆ NextBlock
IBlock* NCollection_IncAllocator::IBlock::NextBlock = nullptr |
◆ NextOrderedBlock
IBlock* NCollection_IncAllocator::IBlock::NextOrderedBlock = nullptr |
Pointer to next sorted block.
The documentation for this struct was generated from the following file: