Home
last modified time | relevance | path

Searched defs:malloc (Results 76 - 93 of 93) sorted by relevance

1234

/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c27 #define malloc __libc_malloc macro
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c27 #define malloc __libc_malloc macro
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2475 nghttp2_malloc malloc; member
/third_party/musl/ldso/
H A Ddynlink.c33 #define malloc __libc_malloc macro
[all...]
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp309 #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 DdecNumber.cpp309 #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 Dngtcp2.h199 ngtcp2_malloc malloc; member
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs343 pub fn malloc(size: size_t) -> *mut c_void; in malloc() functions
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp309 #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 Ddynlink.c51 #define malloc __libc_malloc macro
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c76 #define malloc __libc_malloc macro
[all...]
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs561 pub fn malloc(arg1: size_t) -> *mut c_void; in malloc() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs459 pub fn malloc(amt: size_t) -> *mut c_void; in malloc() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs523 pub fn malloc(size: size_t) -> *mut c_void; in malloc() functions
/third_party/sqlite/include/
H A Dsqlite3ext.h111 void *(*malloc)(int); member
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1133 pub fn malloc(size: size_t) -> *mut c_void; in malloc() functions
/third_party/pcre2/pcre2/src/
H A Dpcre2_internal.h1790 void * (*malloc)(size_t, void *); member
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3416 pub fn malloc(size: size_t) -> *mut c_void; in malloc() functions

Completed in 79 milliseconds

1234