Home
last modified time | relevance | path

Searched refs:memp_malloc_helper (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/core/
A Dmem.c82 struct memp_malloc_helper *element; in mem_malloc()
84 mem_size_t required_size = size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc()
100 element = (struct memp_malloc_helper*)memp_malloc(poolnr); in mem_malloc()
117 ret = (u8_t*)element + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc()
132 struct memp_malloc_helper *hmem; in mem_free()
138 …hmem = (struct memp_malloc_helper*)(void*)((u8_t*)rmem - LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_ma… in mem_free()
/lk-master/external/lib/lwip/include/lwip/
A Dmemp.h94 struct memp_malloc_helper struct
A Dmemp_std.h15 …OL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + sizeof(struct memp_malloc_helper)), "MALLOC_"…

Completed in 3 milliseconds