Home
last modified time | relevance | path

Searched refs:MEMP_MAX (Results 1 – 5 of 5) sorted by relevance

/minix3/minix/lib/liblwip/dist/src/include/lwip/
H A Dmemp.h53 MEMP_MAX enumerator
59 extern const struct memp_desc* const memp_pools[MEMP_MAX];
H A Dstats.h271 struct stats_mem *memp[MEMP_MAX];
/minix3/minix/lib/liblwip/dist/src/core/
H A Dmemp.c82 const struct memp_desc* const memp_pools[MEMP_MAX] = {
211 for (i = 0; i < MEMP_MAX; ++i) { in memp_overflow_check_all()
392 LWIP_ERROR("memp_malloc: type < MEMP_MAX", (type < MEMP_MAX), return NULL;); in memp_malloc()
476 LWIP_ERROR("memp_free: type < MEMP_MAX", (type < MEMP_MAX), return;); in memp_free()
H A Dstats.c118 if (idx < MEMP_MAX) { in stats_display_memp()
161 for (i = 0; i < MEMP_MAX; i++) { in stats_display()
H A Dmem.c236 LWIP_ASSERT("hmem->poolnr < MEMP_MAX", (hmem->poolnr < MEMP_MAX)); in mem_free()