Searched refs:memp_malloc_helper (Results 1 – 3 of 3) sorted by relevance
254 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()
132 struct memp_malloc_helper struct
23 …EMPOOL(POOL_##size, num, (size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper))), "MALLOC_…