Searched refs:element (Results 1 – 1 of 1) sorted by relevance
82 struct memp_malloc_helper *element; in mem_malloc() local100 element = (struct memp_malloc_helper*)memp_malloc(poolnr); in mem_malloc()101 if (element == NULL) { in mem_malloc()115 element->poolnr = poolnr; in mem_malloc()117 ret = (u8_t*)element + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc()
Completed in 5 milliseconds