|
Open CASCADE Technology
6.7.1
|
#include <Standard.hxx>
Static Public Member Functions | |
| static Standard_Address | Allocate (const Standard_Size aSize) |
| Allocates memory blocks aSize - bytes to allocate More... | |
| static void | Free (const Standard_Address aStorage) |
| Deallocates memory blocks aStorage - previously allocated memory block to be freed More... | |
| template<typename T > | |
| static void | Free (T *&thePtr) |
| static Standard_Address | Reallocate (const Standard_Address aStorage, const Standard_Size aNewSize) |
| Reallocates memory blocks aStorage - previously allocated memory block aNewSize - new size in bytes More... | |
| static Standard_Integer | Purge () |
| Deallocates the storage retained on the free list and clears the list. Returns non-zero if some memory has been actually freed. More... | |
|
static |
Allocates memory blocks
aSize - bytes to allocate
|
static |
Deallocates memory blocks
aStorage - previously allocated memory block to be freed
|
inlinestatic |
|
static |
Deallocates the storage retained on the free list
and clears the list.
Returns non-zero if some memory has been actually freed.
|
static |
Reallocates memory blocks
aStorage - previously allocated memory block
aNewSize - new size in bytes
1.8.5