#include <Standard_MMgrRaw.hxx>
Inheritance diagram for Standard_MMgrRaw:
Public Member Functions | |
Standard_EXPORT | Standard_MMgrRaw (const Standard_Boolean aClear=Standard_False) |
Constructor; if aClear is True, the memory will be nullified upon allocation. | |
virtual Standard_EXPORT Standard_Address | Allocate (const Standard_Size aSize) |
Allocate aSize bytes. | |
virtual Standard_EXPORT Standard_Address | Reallocate (Standard_Address &aPtr, const Standard_Size aSize) |
Reallocate aPtr to the size aSize. The pointer aPtr is nullified; new pointer is returned. | |
virtual Standard_EXPORT void | Free (Standard_Address &) |
Free allocated memory. The pointer is nullified. | |
Protected Attributes | |
Standard_Boolean | myClear |
|
|
|
Implements Standard_MMgrRoot. |
|
Implements Standard_MMgrRoot. |
|
Implements Standard_MMgrRoot. |
|
|