Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Daltcp.h91 struct altcp_pcb *altcp_new(altcp_allocator_t *allocator);
92 struct altcp_pcb *altcp_new_ip6(altcp_allocator_t *allocator);
93 struct altcp_pcb *altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type);
158 #define altcp_new(allocator) tcp_new() argument
159 #define altcp_new_ip6(allocator) tcp_new_ip6() argument
160 #define altcp_new_ip_type(allocator, ip_type) tcp_new_ip_type(ip_type) argument
/components/net/lwip/lwip-2.1.2/src/core/
A Daltcp.c164 altcp_new_ip6(altcp_allocator_t *allocator) in altcp_new_ip6() argument
166 return altcp_new_ip_type(allocator, IPADDR_TYPE_V6); in altcp_new_ip6()
174 altcp_new(altcp_allocator_t *allocator) in altcp_new() argument
176 return altcp_new_ip_type(allocator, IPADDR_TYPE_V4); in altcp_new()
189 altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type) in altcp_new_ip_type() argument
192 if (allocator == NULL) { in altcp_new_ip_type()
196 if (allocator->alloc == NULL) { in altcp_new_ip_type()
200 conn = allocator->alloc(allocator->arg, ip_type); in altcp_new_ip_type()
/components/mm/
A DKconfig12 int "Max order of pages allocatable by page allocator"
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1166 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2122 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2375 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc

Completed in 31 milliseconds