Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
A Dmemp.h87 #define memp_malloc(type) mem_malloc(memp_sizes[type]) macro
104 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) macro
106 void *memp_malloc(memp_t type);
/lk-master/external/lib/lwip/api/
A Dtcpip.c183 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_INPKT); in tcpip_input()
216 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callback_with_block()
252 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_timeout()
281 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_untimeout()
410 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callbackmsg_new()
A Dnetbuf.c60 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in netbuf_new()
A Dnetdb.c315 ai = (struct addrinfo *)memp_malloc(MEMP_NETDB); in lwip_getaddrinfo()
A Dapi_msg.c107 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in recv_raw()
171 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
577 conn = (struct netconn *)memp_malloc(MEMP_NETCONN);
A Dapi_lib.c474 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in netconn_recv()
/lk-master/external/lib/lwip/core/snmp/
A Dmsg_in.c199 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND); in snmp_msg_get_event()
218 vb->value = memp_malloc(MEMP_SNMP_VALUE); in snmp_msg_get_event()
312 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND); in snmp_msg_get_event()
332 vb->value = memp_malloc(MEMP_SNMP_VALUE); in snmp_msg_get_event()
1320 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND); in snmp_varbind_alloc()
1333 vb->ident = (s32_t*)memp_malloc(MEMP_SNMP_VALUE); in snmp_varbind_alloc()
1357 vb->value = memp_malloc(MEMP_SNMP_VALUE); in snmp_varbind_alloc()
A Dmib_structs.c160 ln = (struct mib_list_node *)memp_malloc(MEMP_SNMP_NODE); in snmp_mib_ln_alloc()
182 lrn = (struct mib_list_rootnode*)memp_malloc(MEMP_SNMP_ROOTNODE); in snmp_mib_lrn_alloc()
/lk-master/external/lib/lwip/core/ipv4/
A Dip_frag.c273 ipr = (struct ip_reassdata *)memp_malloc(MEMP_REASSDATA); in ip_reass_enqueue_new_datagram()
277 ipr = (struct ip_reassdata *)memp_malloc(MEMP_REASSDATA); in ip_reass_enqueue_new_datagram()
626 return (struct pbuf_custom_ref*)memp_malloc(MEMP_FRAG_PBUF); in ip_frag_alloc_pbuf_custom_ref()
A Digmp.c328 group = (struct igmp_group *)memp_malloc(MEMP_IGMP_GROUP); in igmp_lookup_group()
/lk-master/external/lib/lwip/core/
A Draw.c337 pcb = (struct raw_pcb *)memp_malloc(MEMP_RAW_PCB); in raw_new()
A Dtcp.c545 lpcb = (struct tcp_pcb_listen *)memp_malloc(MEMP_TCP_PCB_LISTEN); in tcp_listen_with_backlog()
1181 cseg = (struct tcp_seg *)memp_malloc(MEMP_TCP_SEG); in tcp_seg_copy()
1283 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB); in tcp_alloc()
1289 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB); in tcp_alloc()
1295 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB); in tcp_alloc()
A Dpbuf.c239 p = (struct pbuf *)memp_malloc(MEMP_PBUF_POOL); in pbuf_alloc()
272 q = (struct pbuf *)memp_malloc(MEMP_PBUF_POOL); in pbuf_alloc()
326 p = (struct pbuf *)memp_malloc(MEMP_PBUF); in pbuf_alloc()
A Dtimers.c271 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT); in sys_timeout_debug()
A Ddns.c326 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST); in dns_init_local()
421 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST); in dns_local_addhost()
A Dmemp.c390 memp_malloc(memp_t type) in memp_malloc() function
A Dmem.c100 element = (struct memp_malloc_helper*)memp_malloc(poolnr); in mem_malloc()
A Dudp.c980 pcb = (struct udp_pcb *)memp_malloc(MEMP_UDP_PCB);
A Dtcp_out.c164 if ((seg = (struct tcp_seg *)memp_malloc(MEMP_TCP_SEG)) == NULL) { in tcp_create_segment()
/lk-master/external/lib/lwip/netif/
A Detharp.c1113 new_entry = (struct etharp_q_entry *)memp_malloc(MEMP_ARP_QUEUE);
/lk-master/external/lib/lwip/netif/ppp/
A Dppp_oe.c148 sc = (struct pppoe_softc *)memp_malloc(MEMP_PPPOE_IF); in pppoe_create()

Completed in 30 milliseconds