Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/
A Dmemp.c130 mem_overflow_check_raw((u8_t *)p + MEMP_SIZE, desc->size, "pool ", desc->desc); in memp_overflow_check_element()
139 mem_overflow_init_raw((u8_t *)p + MEMP_SIZE, desc->size); in memp_overflow_init_element()
160 …p = LWIP_ALIGNMENT_CAST(struct memp *, ((u8_t *)p + MEMP_SIZE + memp_pools[i]->size + MEM_SANITY_R… in memp_overflow_check_all()
187 memset(memp, 0, (size_t)desc->num * (MEMP_SIZE + desc->size in memp_init_pool()
201 memp = (struct memp *)(void *)((u8_t *)memp + MEMP_SIZE + desc->size in memp_init_pool()
254 memp = (struct memp *)mem_malloc(MEMP_SIZE + MEMP_ALIGN_SIZE(desc->size)); in do_memp_malloc_pool()
290 return ((u8_t *)memp + MEMP_SIZE); in do_memp_malloc_pool()
368 memp = (struct memp *)(void *)((u8_t *)mem - MEMP_SIZE); in do_memp_free_pool()
/lib/lwip/lwip/src/include/lwip/priv/
A Dmemp_priv.h54 #define MEMP_SIZE (LWIP_MEM_ALIGN_SIZE(sizeof(struct memp)) + MEM_SANITY_REGION_BEFORE_ALI… macro
63 #define MEMP_SIZE 0
/lib/lwip/lwip/src/include/lwip/
A Dmemp.h96 …LWIP_DECLARE_MEMORY_ALIGNED(memp_memory_ ## name ## _base, ((num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(s…
/lib/lwip/lwip/
A DCHANGELOG3576 * memp.c: Fix bug #20478: memp_malloc returned NULL+MEMP_SIZE on failed

Completed in 13 milliseconds