Searched refs:memp (Results 1 – 10 of 10) sorted by relevance
100 struct memp *t, *h; in memp_sanity()203 struct memp *p; in memp_overflow_check_all()233 struct memp *memp; in memp_init_pool()236 memp = (struct memp*)LWIP_MEM_ALIGN(desc->base); in memp_init_pool()245 memp = (struct memp *)(void *)((u8_t *)memp + MEMP_SIZE + desc->size in memp_init_pool()294 struct memp *memp; in do_memp_malloc_pool() local387 void *memp; in memp_malloc() local400 return memp; in memp_malloc()406 struct memp *memp; in do_memp_free_pool() local413 memp = (struct memp *)(void *)((u8_t*)mem - MEMP_SIZE); in do_memp_free_pool()[all …]
76 #define MEMP_SIZE (LWIP_MEM_ALIGN_SIZE(sizeof(struct memp)) + MEMP_SANITY_REGION_BEFORE_AL…91 struct memp { struct92 struct memp *next; argument151 struct memp **tab;
271 struct stats_mem *memp[MEMP_MAX]; member403 #define MEMP_STATS_DEC(x, i) STATS_DEC(memp[i]->x)404 #define MEMP_STATS_DISPLAY(i) stats_display_memp(lwip_stats.memp[i], i)405 #define MEMP_STATS_GET(x, i) STATS_GET(memp[i]->x)
98 static struct memp *memp_tab_ ## name; \
39 core/memp.c \
236 *:memp*.o(.text*)457 *:memp*.o(.bss*)
236 *:memp*.o(.text*)455 *:memp*.o(.bss*)
Completed in 14 milliseconds