Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/core/
A Dmem.c169 struct memp_malloc_helper *element = NULL; in mem_malloc() local
177 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()
/components/net/lwip/lwip-1.4.1/src/core/
A 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()
/components/net/lwip/lwip-2.1.2/src/core/
A Dmem.c254 struct memp_malloc_helper *element = NULL; in mem_malloc() local
262 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()
/components/drivers/usb/cherryusb/class/mtp/
A Dusb_mtp.h608 struct mtp_object_prop_element element[1]; member
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1929 each pool element (increasing their size, of course), filling them with a
1930 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()
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2885 each pool element (increasing their size, of course), filling them with a
2886 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()
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG3138 each pool element (increasing their size, of course), filling them with a
3139 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