Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dstats.h250 #define MEMP_STATS_DISPLAY(i) stats_display_memp(&lwip_stats.memp[i], i)
277 void stats_display_memp(struct stats_mem *mem, int index);
284 #define stats_display_memp(mem, index) macro
/external/syslinux/core/lwip/src/core/
Dstats.c124 stats_display_memp(struct stats_mem *mem, int index) in stats_display_memp() function