Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/
H A 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()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dmemp.h132 struct memp_malloc_helper struct
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dmemp_std.h23 …EMPOOL(POOL_##size, num, (size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper))), "MALLOC_…