Public Member Functions | |
Constructor / Destructor | |
CP_MemoryAllocation () | |
Constructor. | |
CP_MemoryAllocation (const CP_MemoryAllocation &inAllocation) | |
Getters / Setters | |
SInt32 | GetBlockSize () |
void | SetBlockStatus (SInt32 inBlockStatus) |
SInt32 | GetBlockStatus () |
operators | |
CP_MemoryAllocation & | operator= (const CP_MemoryAllocation &inAllocation) |
bool | operator== (const CP_MemoryAllocation &inAllocation) |
Public Attributes | |
SInt16 | fBlockType |
SInt32 | fAddress |
SInt16 | fBlockSize |
SInt16 | fSession |
const char * | fFunction |
const char * | fFile |
SInt16 | fLine |
SInt32 | fBlockStatus |
|
|
|
|
|
Returns the size of the allocated block.
|
|
Sets the current status of this block.
|
|
Returns the current status of this block.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|