Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dstats.h389 #define MEM_STATS_AVAIL(x, y) lwip_stats.mem.x = y macro
395 #define MEM_STATS_AVAIL(x, y) macro
/third_party/lwip/src/core/
Dmem.c540 MEM_STATS_AVAIL(avail, MEM_SIZE_ALIGNED); in mem_init()