Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dmemp.c207 #if MEMP_STATS in memp_init_pool()
212 #if MEMP_STATS && (defined(LWIP_DEBUG) || LWIP_STATS_DISPLAY) in memp_init_pool()
232 #if LWIP_STATS && MEMP_STATS in memp_init()
282 #if MEMP_STATS in do_memp_malloc_pool()
292 #if MEMP_STATS in do_memp_malloc_pool()
376 #if MEMP_STATS in do_memp_free_pool()
Dstats.c103 #if MEM_STATS || MEMP_STATS
114 #if MEMP_STATS
/third_party/lwip/src/include/lwip/priv/
Dmemp_priv.h113 #if MEMP_STATS
139 #if MEMP_STATS
/third_party/lwip/src/include/lwip/
Dstats.h269 #if MEMP_STATS
402 #if MEMP_STATS
Dopt.h2185 #if !defined MEMP_STATS || defined __DOXYGEN__
2186 #define MEMP_STATS (MEMP_MEM_MALLOC == 0) macro
2249 #define MEMP_STATS 0 macro
/third_party/lwip/test/unit/etharp/
Dtest_etharp.c9 #if !LWIP_STATS || !UDP_STATS || !MEMP_STATS || !ETHARP_STATS
/third_party/lwip/test/unit/core/
Dtest_pbuf.c6 #if !LWIP_STATS || !MEM_STATS ||!MEMP_STATS
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c9 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
Dtest_tcp_oos.c7 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
Dtest_tcp.c12 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
/third_party/lwip/test/unit/udp/
Dtest_udp.c7 #if !LWIP_STATS || !UDP_STATS || !MEMP_STATS
/third_party/lwip/
DCHANGELOG2655 in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).