Home
last modified time | relevance | path

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

/lib/liblwip/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
/lib/liblwip/src/core/
Dmemp.c420 MEMP_STATS_INC(err, type); in memp_malloc()