Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dstats.h404 #define MEMP_STATS_DISPLAY(i) stats_display_memp(lwip_stats.memp[i], i)
476 void stats_display_memp(struct stats_mem *mem, int index);
483 #define stats_display_memp(mem, index) macro
/third_party/lwip/src/core/
Dstats.c116 stats_display_memp(struct stats_mem *mem, int idx) in stats_display_memp() function