Home
last modified time | relevance | path

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

/third_party/jerryscript/tools/
Drun-mem-stats-test.sh81MEM_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"
/third_party/lwip/src/core/
Dstats.c56 #if MEM_STATS in stats_init()
103 #if MEM_STATS || MEMP_STATS
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)
/third_party/lwip/src/include/lwip/
Dmemp.h135 #if MEMP_OVERFLOW_CHECK || (LWIP_STATS && MEM_STATS)
Dstats.h265 #if MEM_STATS
388 #if MEM_STATS
Dopt.h2178 #if !defined MEM_STATS || defined __DOXYGEN__
2179 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
2248 #define MEM_STATS 0 macro
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmemmgr.c193 #ifdef MEM_STATS /* optional extra stuff for statistics */
229 #ifdef MEM_STATS in out_of_memory()
1001 #ifdef MEM_STATS in free_pool()
Dlibjpeg.txt3064 situation, you can enable the MEM_STATS code in jmemmgr.c.
/third_party/libjpeg-turbo/
Djmemmgr.c190 #ifdef MEM_STATS /* optional extra stuff for statistics */
226 #ifdef MEM_STATS in out_of_memory()
998 #ifdef MEM_STATS in free_pool()
Dlibjpeg.txt3053 situation, you can enable the MEM_STATS code in jmemmgr.c.
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djmemmgr.c193 #ifdef MEM_STATS /* optional extra stuff for statistics */
229 #ifdef MEM_STATS in out_of_memory()
1001 #ifdef MEM_STATS in free_pool()
Dlibjpeg.txt3046 situation, you can enable the MEM_STATS code in jmemmgr.c.
/third_party/lwip/test/unit/core/
Dtest_mem.c6 #if !LWIP_STATS || !MEM_STATS
Dtest_pbuf.c6 #if !LWIP_STATS || !MEM_STATS ||!MEMP_STATS
/third_party/lwip/
DCHANGELOG2655 in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).