Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 2 of 2) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Daltcp.h158 #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()
174 altcp_new(altcp_allocator_t *allocator) in altcp_new()
189 altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type) in altcp_new_ip_type()

Completed in 5 milliseconds