Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dstats.h393 #define MEM_STATS_DISPLAY() stats_display_mem(&lwip_stats.mem, "HEAP") macro
399 #define MEM_STATS_DISPLAY() macro
/third_party/lwip/src/core/
Dstats.c160 MEM_STATS_DISPLAY(); in stats_display()