Searched refs:memp_malloc (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dmemp.h58 void *memp_malloc(memp_t type);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H 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);
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dtcpip.c155 msg = memp_malloc(MEMP_TCPIP_MSG);
173 msg = memp_malloc(MEMP_TCPIP_MSG);
189 msg = memp_malloc(MEMP_TCPIP_MSG);
204 msg = memp_malloc(MEMP_TCPIP_MSG);
H A Dapi_lib.c47 buf = memp_malloc(MEMP_NETBUF);
203 conn = memp_malloc(MEMP_NETCONN);
228 if((msg = memp_malloc(MEMP_API_MSG)) == NULL) {
273 if ((msg = memp_malloc(MEMP_API_MSG)) == NULL) {
391 if ((msg = memp_malloc(MEMP_API_MSG)) == NULL) {
422 if ((msg = memp_malloc(MEMP_API_MSG)) == NULL) {
444 if ((msg = memp_malloc(MEMP_API_MSG)) == NULL) {
472 if ((msg = memp_malloc(MEMP_API_MSG)) == NULL) {
528 buf = memp_malloc(MEMP_NETBUF);
564 if ((msg = memp_malloc(MEMP_API_MS
[all...]
H A Dapi_msg.c52 if (!(buf = memp_malloc(MEMP_NETBUF))) {
86 buf = memp_malloc(MEMP_NETBUF);
227 newconn = memp_malloc(MEMP_NETCONN);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dtcpip.c203 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_INPKT);
236 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API);
272 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API);
301 msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API);
406 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API);
H A Dnetbuf.c60 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF);
H A Dnetdb.c315 ai = (struct addrinfo *)memp_malloc(MEMP_NETDB);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6_frag.c265 ipr = (struct ip6_reassdata *)memp_malloc(MEMP_IP6_REASSDATA);
270 ipr = (struct ip6_reassdata *)memp_malloc(MEMP_IP6_REASSDATA);
497 return (struct pbuf_custom_ref*)memp_malloc(MEMP_FRAG_PBUF);
H A Dmld6.c181 group = (struct mld_group *)memp_malloc(MEMP_MLD6_GROUP);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dmemp.c155 memp_malloc(memp_t type) function
163 LWIP_ASSERT("memp_malloc: type < MEMP_MAX", type < MEMP_MAX);
183 LWIP_ASSERT("memp_malloc: memp properly aligned",
186 LWIP_DEBUGF(MEMP_DEBUG | 2, ("memp_malloc: out of memory in pool %"S16_F"\n", type));
H A Draw.c313 pcb = memp_malloc(MEMP_RAW_PCB);
H A Dtcp.c310 lpcb = memp_malloc(MEMP_TCP_PCB_LISTEN);
732 cseg = memp_malloc(MEMP_TCP_SEG);
816 pcb = memp_malloc(MEMP_TCP_PCB);
821 pcb = memp_malloc(MEMP_TCP_PCB);
824 pcb = memp_malloc(MEMP_TCP_PCB);
H A Dsys.c162 timeout = memp_malloc(MEMP_SYS_TIMEOUT);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmsg_in.c199 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND);
218 vb->value = memp_malloc(MEMP_SNMP_VALUE);
312 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND);
332 vb->value = memp_malloc(MEMP_SNMP_VALUE);
1320 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND);
1333 vb->ident = (s32_t*)memp_malloc(MEMP_SNMP_VALUE);
1357 vb->value = memp_malloc(MEMP_SNMP_VALUE);
H A Dmib_structs.c160 ln = (struct mib_list_node *)memp_malloc(MEMP_SNMP_NODE);
182 lrn = (struct mib_list_rootnode*)memp_malloc(MEMP_SNMP_ROOTNODE);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip_frag.c273 ipr = (struct ip_reassdata *)memp_malloc(MEMP_REASSDATA);
277 ipr = (struct ip_reassdata *)memp_malloc(MEMP_REASSDATA);
635 return (struct pbuf_custom_ref*)memp_malloc(MEMP_FRAG_PBUF);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h199 #define memp_malloc lwip_memp_malloc macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Draw.c387 pcb = (struct raw_pcb *)memp_malloc(MEMP_RAW_PCB);
H A Dtcp.c587 lpcb = (struct tcp_pcb_listen *)memp_malloc(MEMP_TCP_PCB_LISTEN);
1266 cseg = (struct tcp_seg *)memp_malloc(MEMP_TCP_SEG);
1368 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB);
1374 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB);
1380 pcb = (struct tcp_pcb *)memp_malloc(MEMP_TCP_PCB);
1382 /* adjust err stats: memp_malloc failed twice before */
H A Ddns.c326 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST);
421 entry = (struct local_hostlist_entry *)memp_malloc(MEMP_LOCALHOSTLIST);
H A Dmemp.c107 /* If MEMP_OVERFLOW_CHECK is >= 2, on every call to memp_malloc or memp_free,
457 memp_malloc(memp_t type) function
465 LWIP_ERROR("memp_malloc: type < MEMP_MAX", (type < MEMP_MAX), return NULL;);
482 LWIP_ASSERT("memp_malloc: memp properly aligned",
489 LWIP_DEBUGF(MEMP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("memp_malloc: out of memory in pool %s\n", memp_desc[type]));
H A Dtimers.c375 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT);
H A Dpbuf.c239 p = (struct pbuf *)memp_malloc(MEMP_PBUF_POOL);
272 q = (struct pbuf *)memp_malloc(MEMP_PBUF_POOL);
326 p = (struct pbuf *)memp_malloc(MEMP_PBUF);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h101 #define memp_malloc lwip_memp_malloc macro

Completed in 443 milliseconds

12