Searched refs:MEMP_MAX (Results 1 – 5 of 5) sorted by relevance
53 MEMP_MAX enumerator59 extern const struct memp_desc* const memp_pools[MEMP_MAX];
271 struct stats_mem *memp[MEMP_MAX];
82 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()
118 if (idx < MEMP_MAX) { in stats_display_memp()161 for (i = 0; i < MEMP_MAX; i++) { in stats_display()
236 LWIP_ASSERT("hmem->poolnr < MEMP_MAX", (hmem->poolnr < MEMP_MAX)); in mem_free()