| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
Descriptor of a block. More...
#include <NCollection_AccAllocator.hxx>
Public Member Functions | |
| Block (const Standard_Address theAddress, const Standard_Size theSize, Block *thePrevBlock=0L) | |
| void | SetFreeSize (const Standard_Size theSize) | 
| Standard_Size | FreeSize () const | 
| AlignedPtr | Allocate (const AlignedSize theSize) | 
| void | Free () | 
| Standard_Boolean | IsEmpty () const | 
Data Fields | |
| Standard_Address | address | 
| AlignedPtr | allocStart | 
| Block * | prevBlock | 
| Standard_Integer | allocCount | 
Descriptor of a block.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
| Standard_Address NCollection_AccAllocator::Block::address | 
| Standard_Integer NCollection_AccAllocator::Block::allocCount | 
| AlignedPtr NCollection_AccAllocator::Block::allocStart | 
| Block* NCollection_AccAllocator::Block::prevBlock |