Home
last modified time | relevance | path

Searched refs:MEMP_STATS_DISPLAY (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) macro
408 #define MEMP_STATS_DISPLAY(i) macro
/third_party/lwip/src/core/
Dstats.c162 MEMP_STATS_DISPLAY(i); in stats_display()