Searched refs:MEM_STATS (Results 1 – 22 of 22) sorted by relevance
107 #if LWIP_STATS && MEM_STATS129 #if LWIP_STATS && MEM_STATS in mem_malloc()147 #if LWIP_STATS && MEM_STATS in mem_free()203 #if MEMP_OVERFLOW_CHECK || (LWIP_STATS && MEM_STATS) in mem_malloc()746 #if MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS)
56 #if MEM_STATS in stats_init()103 #if MEM_STATS || MEMP_STATS
192 #if LWIP_STATS && MEM_STATS214 #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)
64 #if MEM_STATS in stats_init()111 #if MEM_STATS || MEMP_STATS
6 #if !LWIP_STATS || !MEM_STATS
1584 #ifndef MEM_STATS1585 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro1611 #define MEM_STATS 0 macro
138 #if MEM_STATS231 #if MEM_STATS
135 #if MEMP_OVERFLOW_CHECK || (LWIP_STATS && MEM_STATS)
265 #if MEM_STATS388 #if MEM_STATS
1953 #if !defined MEM_STATS || defined __DOXYGEN__1954 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro2023 #define MEM_STATS 0 macro
2173 #if !defined MEM_STATS || defined __DOXYGEN__2174 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro2243 #define MEM_STATS 0 macro
6 #if !LWIP_STATS || !MEM_STATS ||!MEMP_STATS
512 #define MEM_STATS 1 macro
1446 in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).
2402 in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).
2655 in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).
Completed in 47 milliseconds