Searched refs:memp_malloc_helper (Results 1 – 9 of 9) sorted by relevance
/components/net/lwip/lwip-1.4.1/src/core/ |
A D | mem.c | 82 struct memp_malloc_helper *element; in mem_malloc() 84 mem_size_t required_size = size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc() 100 element = (struct memp_malloc_helper*)memp_malloc(poolnr); in mem_malloc() 117 ret = (u8_t*)element + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc() 132 struct memp_malloc_helper *hmem; in mem_free() 138 …hmem = (struct memp_malloc_helper*)(void*)((u8_t*)rmem - LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_ma… in mem_free()
|
/components/net/lwip/lwip-2.0.3/src/core/ |
A D | mem.c | 169 struct memp_malloc_helper *element = NULL; in mem_malloc() 171 mem_size_t required_size = size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc() 177 element = (struct memp_malloc_helper*)memp_malloc(poolnr); in mem_malloc() 201 ret = (u8_t*)element + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc() 225 struct memp_malloc_helper *hmem; in mem_free() 232 …hmem = (struct memp_malloc_helper*)(void*)((u8_t*)rmem - LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_ma… in mem_free()
|
/components/net/lwip/lwip-2.1.2/src/core/ |
A D | mem.c | 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()
|
/components/net/lwip/lwip-1.4.1/src/include/lwip/ |
A D | memp.h | 94 struct memp_malloc_helper struct
|
A D | memp_std.h | 15 …OL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + sizeof(struct memp_malloc_helper)), "MALLOC_"…
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/ |
A D | memp.h | 132 struct memp_malloc_helper struct
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/ |
A D | memp.h | 132 struct memp_malloc_helper struct
|
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
A D | memp_std.h | 23 …EMPOOL(POOL_##size, num, (size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper))), "MALLOC_…
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
A D | memp_std.h | 23 …EMPOOL(POOL_##size, num, (size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper))), "MALLOC_…
|
Completed in 53 milliseconds