Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dopt.h1529 #ifndef MEM_STATS
1530 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0)) macro
1556 #define MEM_STATS 0 macro
Dstats.h138 #if MEM_STATS
231 #if MEM_STATS
/external/syslinux/core/lwip/src/core/
Dstats.c64 #if MEM_STATS in stats_init()
111 #if MEM_STATS || MEMP_STATS
/external/libjpeg-turbo/
Djmemmgr.c191 #ifdef MEM_STATS /* optional extra stuff for statistics */
229 #ifdef MEM_STATS in out_of_memory()
1005 #ifdef MEM_STATS in free_pool()
Dlibjpeg.txt3006 situation, you can enable the MEM_STATS code in jmemmgr.c.
/external/syslinux/core/lwip/
DCHANGELOG1157 in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).