Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dstats.h247 #define MEMP_STATS_INC(x, i) STATS_INC(memp[i].x) macro
253 #define MEMP_STATS_INC(x, i) macro
/external/syslinux/core/lwip/src/core/
Dmemp.c419 MEMP_STATS_INC(err, type); in memp_malloc()