Functions | |
| CP_S_MemoryBlock * | GetBlock (void *inPtr) |
| const CP_S_MemoryBlock * | GetBlock (const void *inPtr) |
Variables | |
| CPLAT_Begin_Namespace_CPLAT const SInt32 | kCP_HeaderLength |
| const SInt32 | kCP_TrailerLength = 4 |
| const SInt32 | kCP_RecordingOverhead = 0 |
| const UInt32 | kCP_MarkerOne = 0xF0F0F0F0 |
| const UInt32 | kCP_MarkerTwo = 0xF1F1F1F1 |
| const unsigned char | kCP_MarkerThree = 0xF2 |
| const unsigned char | kCP_AllocatedBlockGarbage = 0xA3 |
| const unsigned char | kCP_DeallocatedBlockGarbage = 0xF3 |
|
|
Returns the CP_S_MemoryBlock structure which is located at the beginning of every memory allocated by the CP_Heap when memory recording is on.
|
|
|
Returns the CP_S_MemoryBlock structure which is located at the beginning of every memory allocated by the CP_Heap when memory recording is on. const version.
|
|
|
Initial value: sizeof(unsigned) + sizeof(UInt32) + (sizeof(CP_S_MemoryBlock *) * 2) + (sizeof(SInt16) * 3) + (sizeof(char *) * 2) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.0