Descriptor of a block.
More...
#include <NCollection_AccAllocator.hxx>
◆ Block()
| NCollection_AccAllocator::Block::Block |
( |
void *const | theAddress, |
|
|
const size_t | theSize, |
|
|
Block * | thePrevBlock = nullptr ) |
|
inlinenoexcept |
◆ Allocate()
◆ Free()
| void NCollection_AccAllocator::Block::Free |
( |
| ) |
|
|
inline |
◆ FreeSize()
| size_t NCollection_AccAllocator::Block::FreeSize |
( |
| ) |
const |
|
inlinenoexcept |
◆ IsEmpty()
| bool NCollection_AccAllocator::Block::IsEmpty |
( |
| ) |
const |
|
inlinenoexcept |
◆ SetFreeSize()
| void NCollection_AccAllocator::Block::SetFreeSize |
( |
const size_t | theSize | ) |
|
|
inlinenoexcept |
◆ address
| void* NCollection_AccAllocator::Block::address |
◆ allocCount
| int NCollection_AccAllocator::Block::allocCount |
◆ allocStart
| AlignedPtr NCollection_AccAllocator::Block::allocStart |
◆ prevBlock
| Block* NCollection_AccAllocator::Block::prevBlock |
The documentation for this struct was generated from the following file: