XMMS2
|
Typedefs | |
typedef enum memory_status_St | memory_status_t |
Enumerations | |
enum | memory_status_St { MEMORY_OK = 1 << 0, MEMORY_LEAK = 1 << 1, MEMORY_ERROR = 1 << 2 } |
Functions | |
void | memory_status_calibrate (const char *marker) |
Gather a baseline for leaks and errors. More... | |
int | memory_status_verify (const char *marker) |
Check if any leaks or errors have been introduced since baseline. More... | |
typedef enum memory_status_St memory_status_t |
enum memory_status_St |
void memory_status_calibrate | ( | const char * | marker | ) |
Gather a baseline for leaks and errors.
If marker is not NULL a message to the memory status log will be added.
marker | a marker describing the calibration point. |
Referenced by xcu_pre_case().
int memory_status_verify | ( | const char * | marker | ) |
Check if any leaks or errors have been introduced since baseline.
If marker is not NULL a message to the memory status log will be added.
marker | a marker describing the verify point. |
Referenced by xcu_post_case().