ELinks 0.18.0
|
Data Structures | |
struct | memory_list |
memory_list is used to track information about all allocated memory belonging to something. More... | |
Macros | |
#define | DEBUG_MEMLIST |
#define | getml(...) debug_getml(__FILE__, __LINE__, __VA_ARGS__) |
#define | add_to_ml(...) debug_add_to_ml(__FILE__, __LINE__, __VA_ARGS__) |
#define | add_one_to_ml(ml, p) debug_add_one_to_ml(__FILE__, __LINE__, ml, p) |
#define add_one_to_ml | ( | ml, | |
p ) debug_add_one_to_ml(__FILE__, __LINE__, ml, p) |
#define add_to_ml | ( | ... | ) | debug_add_to_ml(__FILE__, __LINE__, __VA_ARGS__) |
#define DEBUG_MEMLIST |
#define getml | ( | ... | ) | debug_getml(__FILE__, __LINE__, __VA_ARGS__) |
|
related |
|
related |
|
related |
|
related |