Home
last modified time | relevance | path

Searched refs:memp (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/lib/lwip/core/
A Dmemp.c66 struct memp { struct
284 struct memp *p; in memp_overflow_check_all()
340 struct memp *memp; in memp_init() local
351 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() local
417 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 …]
A Dstats.c61 lwip_stats.memp[i].name = memp_names[i]; in stats_init()
/lk-master/external/lib/lwip/include/lwip/
A Dstats.h142 struct stats_mem memp[MEMP_MAX]; member
246 #define MEMP_STATS_AVAIL(x, i, y) lwip_stats.memp[i].x = y
247 #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)
/lk-master/external/lib/lwip/
A Drules.mk25 $(LOCAL_DIR)/core/memp.c \

Completed in 8 milliseconds