libcoap 4.3.5-develop-19cef11
|
Memory handling functions. More...
#include "coap3/coap_libcoap_build.h"
Go to the source code of this file.
Macros | |
#define | MAKE_CASE(n) case n: name = #n; break |
Functions | |
void | coap_dump_memory_type_counts (coap_log_t level) |
Dumps the current usage of malloc'd memory types. More... | |
Memory handling functions.
Definition in file coap_mem.c.
#define MAKE_CASE | ( | n | ) | case n: name = #n; break |
Definition at line 668 of file coap_mem.c.
void coap_dump_memory_type_counts | ( | coap_log_t | log_level | ) |
Dumps the current usage of malloc'd memory types.
Requires COAP_MEMORY_TYPE_TRACK to be defined to 1.
log_level | The logging level to use. |
Definition at line 670 of file coap_mem.c.