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
defs:malloc
(Results
76 - 93
of
93
) sorted by relevance
1
2
3
4
/third_party/musl/porting/liteos_a/user/ldso/
H
A
D
dynlink.c
27
#define
malloc
__libc_malloc
macro
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H
A
D
dynlink.c
27
#define
malloc
__libc_malloc
macro
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H
A
D
nghttp2.h
2475
nghttp2_malloc
malloc
;
member
/third_party/musl/ldso/
H
A
D
dynlink.c
33
#define
malloc
__libc_malloc
macro
[all...]
/third_party/icu/icu4c/source/i18n/
H
A
D
decNumber.cpp
309
#define
malloc
(a) uprv_malloc(a)
macro
317
#define
malloc
(a) decMalloc(a)
macro
8124
#undef
malloc
global()
macro
8188
#define
malloc
global()
macro
[all...]
/third_party/node/deps/icu-small/source/i18n/
H
A
D
decNumber.cpp
309
#define
malloc
(a) uprv_malloc(a)
macro
317
#define
malloc
(a) decMalloc(a)
macro
8124
#undef
malloc
global()
macro
8188
#define
malloc
global()
macro
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H
A
D
ngtcp2.h
199
ngtcp2_malloc
malloc
;
member
/third_party/rust/crates/libc/src/windows/
H
A
D
mod.rs
343
pub fn
malloc
(size: size_t) -> *mut c_void;
in malloc()
functions
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
decNumber.cpp
309
#define
malloc
(a) uprv_malloc(a)
macro
317
#define
malloc
(a) decMalloc(a)
macro
8124
#undef
malloc
global()
macro
8188
#define
malloc
global()
macro
[all...]
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
51
#define
malloc
__libc_malloc
macro
[all...]
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
76
#define
malloc
__libc_malloc
macro
[all...]
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
561
pub fn
malloc
(arg1: size_t) -> *mut c_void;
in malloc()
functions
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
459
pub fn
malloc
(amt: size_t) -> *mut c_void;
in malloc()
functions
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
523
pub fn
malloc
(size: size_t) -> *mut c_void;
in malloc()
functions
/third_party/sqlite/include/
H
A
D
sqlite3ext.h
111
void *(*
malloc
)(int);
member
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
1133
pub fn
malloc
(size: size_t) -> *mut c_void;
in malloc()
functions
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_internal.h
1790
void * (*
malloc
)(size_t, void *);
member
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3416
pub fn
malloc
(size: size_t) -> *mut c_void;
in malloc()
functions
Completed in 79 milliseconds
1
2
3
4