Searched refs:MEM_STATS (Results 1 – 15 of 15) sorted by relevance
81 …MEM_STATS=$("$JERRY_MEM_STATS" --mem-stats --mem-stats-separate $bench | grep -e "Peak allocated =…83 echo $MEM_STATS $RSS | xargs | awk "$PRINT_TOTAL_AWK_SCRIPT"
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)
135 #if MEMP_OVERFLOW_CHECK || (LWIP_STATS && MEM_STATS)
265 #if MEM_STATS388 #if MEM_STATS
2178 #if !defined MEM_STATS || defined __DOXYGEN__2179 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro2248 #define MEM_STATS 0 macro
193 #ifdef MEM_STATS /* optional extra stuff for statistics */229 #ifdef MEM_STATS in out_of_memory()1001 #ifdef MEM_STATS in free_pool()
3064 situation, you can enable the MEM_STATS code in jmemmgr.c.
190 #ifdef MEM_STATS /* optional extra stuff for statistics */226 #ifdef MEM_STATS in out_of_memory()998 #ifdef MEM_STATS in free_pool()
3053 situation, you can enable the MEM_STATS code in jmemmgr.c.
3046 situation, you can enable the MEM_STATS code in jmemmgr.c.
6 #if !LWIP_STATS || !MEM_STATS
6 #if !LWIP_STATS || !MEM_STATS ||!MEMP_STATS
2655 in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).