Home
last modified time | relevance | path

Searched refs:stats_mem (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dstats.h98 struct stats_mem { struct
267 struct stats_mem mem;
271 struct stats_mem *memp[MEMP_MAX];
475 void stats_display_mem(struct stats_mem *mem, const char *name);
476 void stats_display_memp(struct stats_mem *mem, int index);
/third_party/lwip/src/include/lwip/priv/
Dmemp_priv.h115 struct stats_mem *stats;
140 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) static struct stats_mem name;
/third_party/lwip/src/core/
Dstats.c105 stats_display_mem(struct stats_mem *mem, const char *name) in stats_display_mem()
116 stats_display_memp(struct stats_mem *mem, int idx) in stats_display_memp()