Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dmemp.c100 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() local
387 void *memp; in memp_malloc() local
400 return memp; in memp_malloc()
406 struct memp *memp; in do_memp_free_pool() local
413 memp = (struct memp *)(void *)((u8_t*)mem - MEMP_SIZE); in do_memp_free_pool()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dmemp_priv.h76 #define MEMP_SIZE (LWIP_MEM_ALIGN_SIZE(sizeof(struct memp)) + MEMP_SANITY_REGION_BEFORE_AL…
91 struct memp { struct
92 struct memp *next; argument
151 struct memp **tab;
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dmemp_priv.h76 #define MEMP_SIZE (LWIP_MEM_ALIGN_SIZE(sizeof(struct memp)) + MEMP_SANITY_REGION_BEFORE_AL…
91 struct memp { struct
92 struct memp *next; argument
151 struct memp **tab;
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dstats.h271 struct stats_mem *memp[MEMP_MAX]; member
403 #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)
A Dmemp.h98 static struct memp *memp_tab_ ## name; \
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dstats.h271 struct stats_mem *memp[MEMP_MAX]; member
403 #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)
A Dmemp.h98 static struct memp *memp_tab_ ## name; \
/AliOS-Things-master/components/lwip/lwip2.0.0/
A DFilelists.mk39 core/memp.c \
/AliOS-Things-master/hardware/chip/haas1000/
A D_haas1000_alios_sec_b.lds236 *:memp*.o(.text*)
457 *:memp*.o(.bss*)
A D_haas1000_alios_sec_b_a7.lds236 *:memp*.o(.text*)
455 *:memp*.o(.bss*)

Completed in 14 milliseconds