Searched refs:alloc (Results 1 – 15 of 15) sorted by relevance
| /components/mm/ |
| A D | mm_memblock.c | 67 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 D | mm_memblock.h | 35 rt_bool_t alloc; /**< is the node allocated */ member
|
| /components/drivers/dma/ |
| A D | dma_pool.c | 162 .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 D | altcp.c | 196 if (allocator->alloc == NULL) { in altcp_new_ip_type() 200 conn = allocator->alloc(allocator->arg, ip_type); in altcp_new_ip_type()
|
| A D | tcp_out.c | 230 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 D | altcp.h | 86 altcp_new_fn alloc; member
|
| /components/drivers/include/drivers/ |
| A D | dma.h | 148 void *(*alloc)(struct rt_device *dev, rt_size_t size, member
|
| /components/net/lwip/ |
| A D | Kconfig | 78 bool "Enable alloc ip address through DHCP" 271 bool "alloc gateway ip for router"
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp_out.c | 224 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 D | tcp_out.c | 238 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 D | UPGRADING | 76 * Added LWIP_MEMPOOL_* (declare/init/alloc/free) to declare private memp pools
|
| A D | CHANGELOG | 2953 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 D | UPGRADING | 111 * Added LWIP_MEMPOOL_* (declare/init/alloc/free) to declare private memp pools
|
| A D | CHANGELOG | 3206 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 D | CHANGELOG | 1997 string, point on one of your's ethernetif field, or alloc a string you will free yourself).
|
Completed in 29 milliseconds