Home
last modified time | relevance | path

Searched refs:element (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/core/
Dmem.c82 struct memp_malloc_helper *element; in mem_malloc() local
100 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()
/lib/liblwip/
DCHANGELOG1939 each pool element (increasing their size, of course), filling them with a
1940 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()