Home
last modified time | relevance | path

Searched refs:stats_display_mem (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/
Dstats.c105 stats_display_mem(struct stats_mem *mem, const char *name) in stats_display_mem() function
119 stats_display_mem(mem, mem->name); in stats_display_memp()
/third_party/lwip/src/include/lwip/
Dstats.h393 #define MEM_STATS_DISPLAY() stats_display_mem(&lwip_stats.mem, "HEAP")
475 void stats_display_mem(struct stats_mem *mem, const char *name);
482 #define stats_display_mem(mem, name) macro