Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 15 of 15) sorted by relevance

/components/mm/
A Dmm_memblock.c67 if (_regions[i].alloc == RT_FALSE) in _alloc_memreg()
70 _regions[i].alloc = RT_TRUE; in _alloc_memreg()
78 if (_regions[i].alloc == RT_FALSE) in _alloc_memreg()
81 _regions[i].alloc = RT_TRUE; in _alloc_memreg()
94 next->alloc = RT_FALSE; in _free_memreg()
A Dmm_memblock.h35 rt_bool_t alloc; /**< is the node allocated */ member
/components/drivers/dma/
A Ddma_pool.c162 .alloc = ofw_dma_map_alloc,
424 if (ops->alloc) in rt_dma_alloc()
426 dma_buffer = ops->alloc(dev, size, &dma_handle_s, flags); in rt_dma_alloc()
/components/net/lwip/lwip-2.1.2/src/core/
A Daltcp.c196 if (allocator->alloc == NULL) { in altcp_new_ip_type()
200 conn = allocator->alloc(allocator->arg, ip_type); in altcp_new_ip_type()
A Dtcp_out.c230 u16_t alloc = length; in tcp_pbuf_prealloc() local
240 alloc = max_length; in tcp_pbuf_prealloc()
259 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(TCP_OVERSIZE_CALC_LENGTH(length))); in tcp_pbuf_prealloc()
263 p = pbuf_alloc(layer, alloc, PBUF_RAM); in tcp_pbuf_prealloc()
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Daltcp.h86 altcp_new_fn alloc; member
/components/drivers/include/drivers/
A Ddma.h148 void *(*alloc)(struct rt_device *dev, rt_size_t size, member
/components/net/lwip/
A DKconfig78 bool "Enable alloc ip address through DHCP"
271 bool "alloc gateway ip for router"
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_out.c224 u16_t alloc = length; in tcp_pbuf_prealloc() local
232 alloc = max_length; in tcp_pbuf_prealloc()
251 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(length + TCP_OVERSIZE)); in tcp_pbuf_prealloc()
255 p = pbuf_alloc(layer, alloc, PBUF_RAM); in tcp_pbuf_prealloc()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_out.c238 u16_t alloc = length; in tcp_pbuf_prealloc() local
245 alloc = max_length; in tcp_pbuf_prealloc()
264 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(TCP_OVERSIZE_CALC_LENGTH(length))); in tcp_pbuf_prealloc()
268 p = pbuf_alloc(layer, alloc, PBUF_RAM); in tcp_pbuf_prealloc()
/components/net/lwip/lwip-2.0.3/
A DUPGRADING76 * Added LWIP_MEMPOOL_* (declare/init/alloc/free) to declare private memp pools
A DCHANGELOG2953 string, point on one of your's ethernetif field, or alloc a string you will free yourself).
/components/net/lwip/lwip-2.1.2/
A DUPGRADING111 * Added LWIP_MEMPOOL_* (declare/init/alloc/free) to declare private memp pools
A DCHANGELOG3206 string, point on one of your's ethernetif field, or alloc a string you will free yourself).
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1997 string, point on one of your's ethernetif field, or alloc a string you will free yourself).

Completed in 29 milliseconds