Searched refs:memp_malloc (Results 1 – 21 of 21) sorted by relevance
87 #define memp_malloc(type) mem_malloc(memp_sizes[type]) macro104 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) macro106 void *memp_malloc(memp_t type);
183 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()
60 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in netbuf_new()
315 ai = (struct addrinfo *)memp_malloc(MEMP_NETDB); in lwip_getaddrinfo()
107 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);
474 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in netconn_recv()
199 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()
160 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()
273 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()
328 group = (struct igmp_group *)memp_malloc(MEMP_IGMP_GROUP); in igmp_lookup_group()
337 pcb = (struct raw_pcb *)memp_malloc(MEMP_RAW_PCB); in raw_new()
545 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()
239 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()
271 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT); in sys_timeout_debug()
326 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()
390 memp_malloc(memp_t type) in memp_malloc() function
100 element = (struct memp_malloc_helper*)memp_malloc(poolnr); in mem_malloc()
980 pcb = (struct udp_pcb *)memp_malloc(MEMP_UDP_PCB);
164 if ((seg = (struct tcp_seg *)memp_malloc(MEMP_TCP_SEG)) == NULL) { in tcp_create_segment()
1113 new_entry = (struct etharp_q_entry *)memp_malloc(MEMP_ARP_QUEUE);
148 sc = (struct pppoe_softc *)memp_malloc(MEMP_PPPOE_IF); in pppoe_create()
Completed in 30 milliseconds