Searched refs:element (Results 1 – 7 of 7) sorted by relevance
169 struct memp_malloc_helper *element = NULL; in mem_malloc() local177 element = (struct memp_malloc_helper*)memp_malloc(poolnr); in mem_malloc()178 if (element == NULL) { in mem_malloc()199 element->poolnr = poolnr; in mem_malloc()201 ret = (u8_t*)element + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc()205 element->size = (u16_t)size; in mem_malloc()206 MEM_STATS_INC_USED(used, element->size); in mem_malloc()
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()
254 struct memp_malloc_helper *element = NULL; in mem_malloc() local262 element = (struct memp_malloc_helper *)memp_malloc(poolnr); in mem_malloc()263 if (element == NULL) { in mem_malloc()284 element->poolnr = poolnr; in mem_malloc()286 ret = (u8_t *)element + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc()290 element->size = (u16_t)size; in mem_malloc()291 MEM_STATS_INC_USED_LOCKED(used, element->size); in mem_malloc()
608 struct mtp_object_prop_element element[1]; member
1929 each pool element (increasing their size, of course), filling them with a1930 prominent value and checking them on freeing the element.1931 Set it to 2 to also check every element in every pool each time memp_malloc()
2885 each pool element (increasing their size, of course), filling them with a2886 prominent value and checking them on freeing the element.2887 Set it to 2 to also check every element in every pool each time memp_malloc()
3138 each pool element (increasing their size, of course), filling them with a3139 prominent value and checking them on freeing the element.3140 Set it to 2 to also check every element in every pool each time memp_malloc()
Completed in 24 milliseconds