Home
last modified time | relevance | path

Searched refs:MEMP_STATS (Results 1 – 10 of 10) sorted by relevance

/lib/liblwip/src/core/
Dstats.c54 #if MEMP_STATS in stats_init()
111 #if MEM_STATS || MEMP_STATS
122 #if MEMP_STATS
Dmemp.c202 #if defined(LWIP_DEBUG) && MEMP_STATS
233 #if defined(LWIP_DEBUG) && MEMP_STATS in memp_overflow_check_element_overflow()
266 #if defined(LWIP_DEBUG) && MEMP_STATS in memp_overflow_check_element_underflow()
/lib/liblwip/test/unit/udp/
Dtest_udp.c6 #if !LWIP_STATS || !UDP_STATS || !MEMP_STATS
/lib/liblwip/src/include/lwip/
Dopt.h1591 #ifndef MEMP_STATS
1592 #define MEMP_STATS (MEMP_MEM_MALLOC == 0) macro
1612 #define MEMP_STATS 0 macro
Dstats.h141 #if MEMP_STATS
245 #if MEMP_STATS
/lib/liblwip/test/unit/etharp/
Dtest_etharp.c7 #if !LWIP_STATS || !UDP_STATS || !MEMP_STATS || !ETHARP_STATS
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c8 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
Dtest_tcp.c11 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
Dtest_tcp_oos.c7 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
/lib/liblwip/
DCHANGELOG1456 in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).