Searched refs:memp (Results 1 – 4 of 4) sorted by relevance
66 struct memp { struct284 struct memp *p; in memp_overflow_check_all()340 struct memp *memp; in memp_init() local351 memp = (struct memp *)LWIP_MEM_ALIGN(memp_memory); in memp_init()357 memp = (struct memp*)memp_bases[i]; in memp_init()363 memp = (struct memp *)(void *)((u8_t *)memp + MEMP_SIZE + memp_sizes[i] in memp_init()395 struct memp *memp; in memp_malloc() local417 memp = (struct memp*)(void *)((u8_t*)memp + MEMP_SIZE); in memp_malloc()425 return memp; in memp_malloc()437 struct memp *memp; in memp_free() local[all …]
61 lwip_stats.memp[i].name = memp_names[i]; in stats_init()
142 struct stats_mem memp[MEMP_MAX]; member246 #define MEMP_STATS_AVAIL(x, i, y) lwip_stats.memp[i].x = y247 #define MEMP_STATS_INC(x, i) STATS_INC(memp[i].x)248 #define MEMP_STATS_DEC(x, i) STATS_DEC(memp[i].x)249 #define MEMP_STATS_INC_USED(x, i) STATS_INC_USED(memp[i], 1)250 #define MEMP_STATS_DISPLAY(i) stats_display_memp(&lwip_stats.memp[i], i)
25 $(LOCAL_DIR)/core/memp.c \
Completed in 8 milliseconds