Searched refs:element (Results 1 – 2 of 2) 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()
1939 each pool element (increasing their size, of course), filling them with a1940 prominent value and checking them on freeing the element.1941 Set it to 2 to also check every element in every pool each time memp_malloc()