Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dmem.c81 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()
/external/syslinux/core/lwip/src/include/lwip/
Dmemp.h94 struct memp_malloc_helper struct
Dmemp_std.h15 …OL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + sizeof(struct memp_malloc_helper)), "MALLOC_"…