Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dmem.c254 struct memp_malloc_helper *element = NULL; in mem_malloc()
256 mem_size_t required_size = size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc()
262 element = (struct memp_malloc_helper *)memp_malloc(poolnr); in mem_malloc()
286 ret = (u8_t *)element + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc()
310 struct memp_malloc_helper *hmem; in mem_free()
317 …hmem = (struct memp_malloc_helper *)(void *)((u8_t *)rmem - LWIP_MEM_ALIGN_SIZE(sizeof(struct memp… in mem_free()
/third_party/lwip/src/include/lwip/
Dmemp.h132 struct memp_malloc_helper struct
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h23 …EMPOOL(POOL_##size, num, (size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper))), "MALLOC_…