Searched refs:memp_malloc_helper (Results 1 – 3 of 3) sorted by relevance
81 struct memp_malloc_helper *element; in mem_malloc()83 mem_size_t required_size = size + sizeof(struct memp_malloc_helper); in mem_malloc()99 element = (struct memp_malloc_helper*)memp_malloc(poolnr); in mem_malloc()131 struct memp_malloc_helper *hmem = (struct memp_malloc_helper*)rmem; in mem_free()
94 struct memp_malloc_helper struct
15 …OL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + sizeof(struct memp_malloc_helper)), "MALLOC_"…