Home
last modified time | relevance | path

Searched defs:malloc (Results 51 - 75 of 80) sorted by relevance

1234

/third_party/node/deps/uvwasi/include/
H A Duvwasi.h32 uvwasi_malloc malloc; member
/third_party/ffmpeg/libavutil/
H A Dmem.c51 #define malloc AV_JOIN(MALLOC_PREFIX, malloc) macro
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture.c160 #undef malloc macro
/third_party/musl/porting/linux/user/src/time/
H A D__tz.c31 #define malloc __libc_malloc macro
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_ops.h110 void *(*malloc)(size_t size); member
/third_party/musl/src/time/
H A D__tz.c22 #define malloc __libc_malloc macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos.h641 #define malloc OS_DO_NOT_USE_malloc macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos.h641 #define malloc OS_DO_NOT_USE_malloc macro
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c181 struct nine_malloc_allocation malloc; member
[all...]
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c423 void *malloc(size_t size) in malloc() function
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h523 nghttp3_malloc malloc; member
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2480 nghttp2_malloc malloc; member
/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

Completed in 65 milliseconds

1234