Home
last modified time | relevance | path

Searched refs:MEM_STATS (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/core/
Dstats.c64 #if MEM_STATS in stats_init()
111 #if MEM_STATS || MEMP_STATS
/lib/liblwip/test/unit/core/
Dtest_mem.c6 #if !LWIP_STATS || !MEM_STATS
/lib/liblwip/src/include/lwip/
Dopt.h1584 #ifndef MEM_STATS
1585 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
1611 #define MEM_STATS 0 macro
Dstats.h138 #if MEM_STATS
231 #if MEM_STATS
/lib/liblwip/
DCHANGELOG1456 in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).