Home
last modified time | relevance | path

Searched refs:memp_malloc (Results 1 – 25 of 26) sorted by relevance

12

/lib/lwip/lwip/src/api/
A Dtcpip.c259 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_INPKT); in tcpip_inpkt()
320 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callback()
356 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_try_callback()
388 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_timeout()
415 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_untimeout()
538 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callbackmsg_new()
A Dnetbuf.c67 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in netbuf_new()
A Dnetdb.c372 ai = (struct addrinfo *)memp_malloc(MEMP_NETDB); in lwip_getaddrinfo()
A Dapi_msg.c181 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in recv_raw()
252 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
714 conn = (struct netconn *)memp_malloc(MEMP_NETCONN);
A Dapi_lib.c879 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in netconn_recv()
/lib/lwip/lwip/src/include/lwip/
A Dmemp.h145 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) macro
147 void *memp_malloc(memp_t type);
/lib/lwip/lwip/contrib/Coverity/
A Dcoverity.c21 void* memp_malloc(memp_t type) in memp_malloc() function
/lib/lwip/lwip/src/core/ipv6/
A Dip6_frag.c333 ipr = (struct ip6_reassdata *)memp_malloc(MEMP_IP6_REASSDATA); in ip6_reass()
338 ipr = (struct ip6_reassdata *)memp_malloc(MEMP_IP6_REASSDATA); in ip6_reass()
681 return (struct pbuf_custom_ref*)memp_malloc(MEMP_FRAG_PBUF); in ip6_frag_alloc_pbuf_custom_ref()
A Dmld6.c172 group = (struct mld_group *)memp_malloc(MEMP_MLD6_GROUP); in mld6_new_group()
A Dnd6.c2133 new_entry = (struct nd6_q_entry *)memp_malloc(MEMP_ND6_QUEUE); in nd6_queue_packet()
2142 new_entry = (struct nd6_q_entry *)memp_malloc(MEMP_ND6_QUEUE); in nd6_queue_packet()
/lib/lwip/lwip/src/core/ipv4/
A Dip4_frag.c286 ipr = (struct ip_reassdata *)memp_malloc(MEMP_REASSDATA); in ip_reass_enqueue_new_datagram()
290 ipr = (struct ip_reassdata *)memp_malloc(MEMP_REASSDATA); in ip_reass_enqueue_new_datagram()
701 return (struct pbuf_custom_ref *)memp_malloc(MEMP_FRAG_PBUF); in ip_frag_alloc_pbuf_custom_ref()
A Digmp.c257 group = (struct igmp_group *)memp_malloc(MEMP_IGMP_GROUP); in igmp_lookup_group()
A Detharp.c1039 new_entry = (struct etharp_q_entry *)memp_malloc(MEMP_ARP_QUEUE);
/lib/lwip/lwip/src/core/
A Dtcp.c883 lpcb = (struct tcp_pcb_listen *)memp_malloc(MEMP_TCP_PCB_LISTEN); in tcp_listen_with_backlog_and_err()
1672 cseg = (struct tcp_seg *)memp_malloc(MEMP_TCP_SEG); in tcp_seg_copy()
1844 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB); in tcp_alloc()
1853 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB); in tcp_alloc()
1859 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB); in tcp_alloc()
1865 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB); in tcp_alloc()
1871 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB); in tcp_alloc()
A Dtimeouts.c188 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT); in sys_timeout_abs()
A Dmemp.c337 memp_malloc(memp_t type) in memp_malloc() function
A Draw.c603 pcb = (struct raw_pcb *)memp_malloc(MEMP_RAW_PCB); in raw_new()
A Dpbuf.c243 q = (struct pbuf *)memp_malloc(MEMP_PBUF_POOL); in pbuf_alloc()
332 p = (struct pbuf *)memp_malloc(MEMP_PBUF); in pbuf_alloc_reference()
A Daltcp.c138 struct altcp_pcb *ret = (struct altcp_pcb *)memp_malloc(MEMP_ALTCP_PCB); in altcp_alloc()
A Ddns.c416 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST); in dns_init_local()
585 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST); in dns_local_addhost()
A Dmem.c262 element = (struct memp_malloc_helper *)memp_malloc(poolnr); in mem_malloc()
A Dudp.c1229 pcb = (struct udp_pcb *)memp_malloc(MEMP_UDP_PCB); in udp_new()
A Dtcp_out.c171 if ((seg = (struct tcp_seg *)memp_malloc(MEMP_TCP_SEG)) == NULL) { in tcp_create_segment()
/lib/lwip/lwip/src/include/lwip/priv/
A Dtcpip_priv.h59 name = (type *)memp_malloc(pool); \
/lib/lwip/lwip/
A DCHANGELOG3033 memp_malloc, and use a new MEMP_NUM_IGMP_GROUP option (see opt.h to define the
3227 Set it to 2 to also check every element in every pool each time memp_malloc()
3576 * memp.c: Fix bug #20478: memp_malloc returned NULL+MEMP_SIZE on failed
3754 * memp.c: checked in patch #5913: in memp_malloc() we can return memp as mem
4356 * memp_malloc(MEMP_API_MSG) could fail with multiple application

Completed in 73 milliseconds

12