Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dstats.c64 #if MEM_STATS in stats_init()
111 #if MEM_STATS || MEMP_STATS
/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/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c185 #ifdef MEM_STATS /* optional extra stuff for statistics */
223 #ifdef MEM_STATS in out_of_memory()
942 #ifdef MEM_STATS in free_pool()
/external/libjpeg-turbo/
Djmemmgr.c189 #ifdef MEM_STATS /* optional extra stuff for statistics */
227 #ifdef MEM_STATS in out_of_memory()
1003 #ifdef MEM_STATS in free_pool()
Dlibjpeg.txt3007 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).