Searched refs:MEMP_MAX (Results 1 – 5 of 5) sorted by relevance
117 static struct memp *memp_tab[MEMP_MAX];129 const u16_t memp_sizes[MEMP_MAX] = {137 static const u16_t memp_num[MEMP_MAX] = {144 static const char *memp_desc[MEMP_MAX] = {187 for (i = 0; i < MEMP_MAX; i++) { in memp_sanity()287 for (i = 0; i < MEMP_MAX; ++i) { in memp_overflow_check_all()295 for (i = 0; i < MEMP_MAX; ++i) { in memp_overflow_check_all()315 for (i = 0; i < MEMP_MAX; ++i) { in memp_overflow_init()343 for (i = 0; i < MEMP_MAX; ++i) { in memp_init()354 for (i = 0; i < MEMP_MAX; ++i) { in memp_init()[all …]
60 for (i = 0; i < MEMP_MAX; i++) { in stats_init()130 if(index < MEMP_MAX) { in stats_display_memp()168 for (i = 0; i < MEMP_MAX; i++) { in stats_display()
142 LWIP_ASSERT("hmem->poolnr < MEMP_MAX", (hmem->poolnr < MEMP_MAX)); in mem_free()
46 MEMP_MAX enumerator79 extern const u16_t memp_sizes[MEMP_MAX];
142 struct stats_mem memp[MEMP_MAX];
Completed in 6 milliseconds