Go to the source code of this file.
Classes | |
struct | hhh_MemoryTrace |
Defines | |
#define | hhh_MT_ORIGINATOR(b) (b).trace[0] |
Functions | |
void | hhh_MemoryTrace_initialize (struct hhh_MemoryTrace *mt, long size) |
const char * | hhh_MemoryTrace_getType (struct hhh_MemoryTrace *mt) |
void | hhh_MemoryTrace_print (FILE *, struct hhh_MemoryTrace *mt, int hideMemAddr) |
int | hhh_MemoryTracePtr_compare (const void *pmt1, const void *pmt2) |
#define hhh_MT_ORIGINATOR | ( | b | ) | (b).trace[0] |
Definition at line 34 of file MemoryTrace.h.
void hhh_MemoryTrace_initialize | ( | struct hhh_MemoryTrace * | mt, | |
long | size | |||
) |
const char* hhh_MemoryTrace_getType | ( | struct hhh_MemoryTrace * | mt | ) |
void hhh_MemoryTrace_print | ( | FILE * | , | |
struct hhh_MemoryTrace * | mt, | |||
int | hideMemAddr | |||
) |
int hhh_MemoryTracePtr_compare | ( | const void * | pmt1, | |
const void * | pmt2 | |||
) |