Private Member Functions | |
MemBlock (const Standard_Integer aSize, MemBlock *aFirst) | |
void * | Allocate (const Standard_Integer aSize) |
void * | AllocateAndCheck (const Standard_Integer aSize, const MemBlock *&) |
~MemBlock () | |
MemBlock * | Next () |
Private Attributes | |
Standard_Integer | mySize |
Standard_Integer * | myBlock |
Standard_Integer * | myEndBlock |
Standard_Integer * | myFreeSpace |
MemBlock * | myNext |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|