Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:memp_malloc
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/lwip/src/api/
H
A
D
tcpip.c
243
msg = (struct tcpip_msg *)
memp_malloc
(MEMP_TCPIP_MSG_LOWPOWER);
in tcpip_send_msg_na()
324
msg = (struct tcpip_msg *)
memp_malloc
(MEMP_TCPIP_MSG_INPKT);
in tcpip_inpkt()
385
msg = (struct tcpip_msg *)
memp_malloc
(MEMP_TCPIP_MSG_API);
in tcpip_callback()
421
msg = (struct tcpip_msg *)
memp_malloc
(MEMP_TCPIP_MSG_API);
in tcpip_try_callback()
453
msg = (struct tcpip_msg *)
memp_malloc
(MEMP_TCPIP_MSG_API);
in tcpip_timeout()
480
msg = (struct tcpip_msg *)
memp_malloc
(MEMP_TCPIP_MSG_API);
in tcpip_untimeout()
609
struct tcpip_msg *msg = (struct tcpip_msg *)
memp_malloc
(MEMP_TCPIP_MSG_API);
in tcpip_callbackmsg_new()
H
A
D
netbuf.c
67
buf = (struct netbuf *)
memp_malloc
(MEMP_NETBUF);
in netbuf_new()
H
A
D
netdb.c
367
ai = (struct addrinfo *)
memp_malloc
(MEMP_NETDB);
in lwip_getaddrinfo()
H
A
D
api_msg.c
181
buf = (struct netbuf *)
memp_malloc
(MEMP_NETBUF);
in recv_raw()
251
buf = (struct netbuf *)
memp_malloc
(MEMP_NETBUF);
757
conn = (struct netconn *)
memp_malloc
(MEMP_NETCONN);
H
A
D
api_lib.c
879
buf = (struct netbuf *)
memp_malloc
(MEMP_NETBUF);
in netconn_recv()
/third_party/lwip/src/include/lwip/
H
A
D
memp.h
145
#define
memp_malloc
(t) memp_malloc_fn((t), __FILE__, __LINE__)
macro
147
void *
memp_malloc
(memp_t type);
/third_party/libcoap/include/coap3/
H
A
D
coap_mem.h
142
memp_malloc
(MEMP_ ## type) : NULL)
/third_party/lwip/src/core/ipv4/
H
A
D
ip4_frag.c
306
ipr = (struct ip_reassdata *)
memp_malloc
(MEMP_REASSDATA);
in ip_reass_enqueue_new_datagram()
310
ipr = (struct ip_reassdata *)
memp_malloc
(MEMP_REASSDATA);
in ip_reass_enqueue_new_datagram()
721
return (struct pbuf_custom_ref *)
memp_malloc
(MEMP_FRAG_PBUF);
in ip_frag_alloc_pbuf_custom_ref()
H
A
D
igmp.c
257
group = (struct igmp_group *)
memp_malloc
(MEMP_IGMP_GROUP);
in igmp_lookup_group()
H
A
D
etharp.c
1070
new_entry = (struct etharp_q_entry *)
memp_malloc
(MEMP_ARP_QUEUE);
/third_party/lwip/src/core/ipv6/
H
A
D
ip6_frag.c
353
ipr = (struct ip6_reassdata *)
memp_malloc
(MEMP_IP6_REASSDATA);
in ip6_reass()
358
ipr = (struct ip6_reassdata *)
memp_malloc
(MEMP_IP6_REASSDATA);
in ip6_reass()
701
return (struct pbuf_custom_ref*)
memp_malloc
(MEMP_FRAG_PBUF);
in ip6_frag_alloc_pbuf_custom_ref()
H
A
D
mld6.c
172
group = (struct mld_group *)
memp_malloc
(MEMP_MLD6_GROUP);
in mld6_new_group()
H
A
D
nd6.c
2220
new_entry = (struct nd6_q_entry *)
memp_malloc
(MEMP_ND6_QUEUE);
2227
new_entry = (struct nd6_q_entry *)
memp_malloc
(MEMP_ND6_QUEUE);
/third_party/lwip/src/include/lwip/priv/
H
A
D
tcpip_priv.h
59
name = (type *)
memp_malloc
(pool); \
/third_party/lwip/src/core/
H
A
D
tcp.c
1045
lpcb = (struct tcp_pcb_listen *)
memp_malloc
(MEMP_TCP_PCB_LISTEN);
1846
cseg = (struct tcp_seg *)
memp_malloc
(MEMP_TCP_SEG);
2018
pcb = (struct tcp_pcb *)
memp_malloc
(MEMP_TCP_PCB);
2027
pcb = (struct tcp_pcb *)
memp_malloc
(MEMP_TCP_PCB);
2033
pcb = (struct tcp_pcb *)
memp_malloc
(MEMP_TCP_PCB);
2039
pcb = (struct tcp_pcb *)
memp_malloc
(MEMP_TCP_PCB);
2045
pcb = (struct tcp_pcb *)
memp_malloc
(MEMP_TCP_PCB);
2047
/* adjust err stats:
memp_malloc
failed multiple times before */
2052
/* adjust err stats:
memp_malloc
failed multiple times before */
2057
/* adjust err stats:
memp_malloc
faile
[all...]
H
A
D
memp.c
219
* Related functions:
memp_malloc
, memp_free
280
LWIP_ASSERT("
memp_malloc
: memp properly aligned",
in do_memp_malloc_pool()
296
LWIP_DEBUGF(MEMP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("
memp_malloc
: out of memory in pool %s\n", desc->desc));
in do_memp_malloc_pool()
337
memp_malloc
(memp_t type)
in memp_malloc()
function
343
LWIP_ERROR("
memp_malloc
: type < MEMP_MAX", (type < MEMP_MAX), return NULL;);
in memp_malloc()
H
A
D
timeouts.c
190
timeout = (struct sys_timeo *)
memp_malloc
(MEMP_SYS_TIMEOUT);
in sys_timeout_abs()
H
A
D
lowpower.c
175
timeout = (struct timer_entry *)
memp_malloc
(MEMP_SYS_TIMEOUT);
in sys_timeout_reg()
H
A
D
pbuf.c
243
q = (struct pbuf *)
memp_malloc
(MEMP_PBUF_POOL);
in pbuf_alloc()
332
p = (struct pbuf *)
memp_malloc
(MEMP_PBUF);
in pbuf_alloc_reference()
H
A
D
altcp.c
138
struct altcp_pcb *ret = (struct altcp_pcb *)
memp_malloc
(MEMP_ALTCP_PCB);
in altcp_alloc()
H
A
D
raw.c
635
pcb = (struct raw_pcb *)
memp_malloc
(MEMP_RAW_PCB);
in raw_new()
H
A
D
dns.c
450
entry = (struct local_hostlist_entry *)
memp_malloc
(MEMP_LOCALHOSTLIST);
in dns_init_local()
604
entry = (struct local_hostlist_entry *)
memp_malloc
(MEMP_LOCALHOSTLIST);
in dns_local_addhost()
H
A
D
mem.c
262
element = (struct memp_malloc_helper *)
memp_malloc
(poolnr);
in mem_malloc()
H
A
D
udp.c
1279
pcb = (struct udp_pcb *)
memp_malloc
(MEMP_UDP_PCB);
H
A
D
tcp_out.c
180
if ((seg = (struct tcp_seg *)
memp_malloc
(MEMP_TCP_SEG)) == NULL) {
in tcp_create_segment()
Completed in 30 milliseconds
1
2