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
51 - 75
of
80
) sorted by relevance
1
2
3
4
/third_party/node/deps/uvwasi/include/
H
A
D
uvwasi.h
32
uvwasi_malloc
malloc
;
member
/third_party/ffmpeg/libavutil/
H
A
D
mem.c
51
#define
malloc
AV_JOIN(MALLOC_PREFIX,
malloc
)
macro
/third_party/cJSON/tests/unity/extras/fixture/src/
H
A
D
unity_fixture.c
160
#undef
malloc
macro
/third_party/musl/porting/linux/user/src/time/
H
A
D
__tz.c
31
#define
malloc
__libc_malloc
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
usr_lib_ops.h
110
void *(*
malloc
)(size_t size);
member
/third_party/musl/src/time/
H
A
D
__tz.c
22
#define
malloc
__libc_malloc
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
os.h
641
#define
malloc
OS_DO_NOT_USE_malloc
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
os.h
641
#define
malloc
OS_DO_NOT_USE_malloc
macro
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_memory_helper.c
181
struct nine_malloc_allocation
malloc
;
member
[all...]
/third_party/musl/porting/liteos_m/user/hook/
H
A
D
los_usr_libc.c
423
void *
malloc
(size_t size)
in malloc()
function
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H
A
D
nghttp3.h
523
nghttp3_malloc
malloc
;
member
/third_party/nghttp2/lib/includes/nghttp2/
H
A
D
nghttp2.h
2480
nghttp2_malloc
malloc
;
member
/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
Completed in 65 milliseconds
1
2
3
4