Home
last modified time | relevance | path

Searched refs:MEMP_STATS_INC_USED (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dstats.h249 #define MEMP_STATS_INC_USED(x, i) STATS_INC_USED(memp[i], 1) macro
255 #define MEMP_STATS_INC_USED(x, i) macro
/external/syslinux/core/lwip/src/core/
Dmemp.c413 MEMP_STATS_INC_USED(used, type); in memp_malloc()