Open CASCADE Technology 7.8.0
|
Forward list to keep multi-time allocated pointers. On Reset operation objects will be reused. More...
#include <NCollection_IncAllocator.hxx>
Public Member Functions | |
IBlock (void *thePointer, const size_t theSize) | |
Data Fields | |
char * | CurPointer |
size_t | AvailableSize |
IBlock * | NextBlock = nullptr |
IBlock * | NextOrderedBlock = nullptr |
Pointer to next sorted block. | |
Forward list to keep multi-time allocated pointers. On Reset operation objects will be reused.
size_t NCollection_IncAllocator::IBlock::AvailableSize |
char* NCollection_IncAllocator::IBlock::CurPointer |