|
Open CASCADE Technology 6.5.2
|
This class defines class method for
memory mangement .
#include <AlienImage_MemoryOperations.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions | |
| static void | SwapLong (const Standard_Address Data, const Standard_Integer Size) |
| Swap byte in a long word ( 32 Bit ) Size is the number of long word to swap ex : SwapLong( "abcd". 1 ) gives "dcba" | |
| static void | SwapShort (const Standard_Address Data, const Standard_Integer Size) |
| Swap byte in a short word ( 16 Bit ) Size is the number of short word to swap ex : SwapShort( "ab". 1 ) gives "ba" | |
| void AlienImage_MemoryOperations::operator delete | ( | void * | anAddress | ) | [inline] |
| void* AlienImage_MemoryOperations::operator new | ( | size_t | size | ) | [inline] |
| void* AlienImage_MemoryOperations::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| static void AlienImage_MemoryOperations::SwapLong | ( | const Standard_Address | Data, |
| const Standard_Integer | Size | ||
| ) | [static] |
| static void AlienImage_MemoryOperations::SwapShort | ( | const Standard_Address | Data, |
| const Standard_Integer | Size | ||
| ) | [static] |
1.7.4