Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/
A Dstats.c56 #if MEM_STATS in stats_init()
103 #if MEM_STATS || MEMP_STATS
A Dmem.c192 #if LWIP_STATS && MEM_STATS
214 #if LWIP_STATS && MEM_STATS in mem_malloc()
232 #if LWIP_STATS && MEM_STATS in mem_free()
288 #if MEMP_OVERFLOW_CHECK || (LWIP_STATS && MEM_STATS) in mem_malloc()
980 #if MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS)
/lib/lwip/lwip/src/include/lwip/
A Dmemp.h135 #if MEMP_OVERFLOW_CHECK || (LWIP_STATS && MEM_STATS)
A Dstats.h265 #if MEM_STATS
388 #if MEM_STATS
A Dopt.h2240 #if !defined MEM_STATS || defined __DOXYGEN__
2241 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
2310 #define MEM_STATS 0 macro
/lib/lwip/lwip/contrib/examples/example_app/
A Dlwipopts.h276 #define MEM_STATS 1 macro
/lib/lwip/lwip/contrib/examples/example_app/test_configs/
A Dopt_default.h195 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
A Dopt_dualstack.h195 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
A Dopt_ipv4only.h195 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
A Dopt_ipv6only.h195 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
A Dopt_nosys_dual.h195 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
A Dopt_nosys_ipv4.h195 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
A Dopt_nosys_ipv6.h195 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
/lib/lwip/lwip/test/unit/core/
A Dtest_mem.c6 #if !LWIP_STATS || !MEM_STATS
A Dtest_pbuf.c6 #if !LWIP_STATS || !MEM_STATS ||!MEMP_STATS
/lib/lwip/lwip/contrib/apps/shell/
A Dshell.c473 #if MEM_STATS in com_stat()
/lib/lwip/lwip/
A DCHANGELOG2742 in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).

Completed in 43 milliseconds