Home
last modified time | relevance | path

Searched defs:calloc (Results 51 - 62 of 62) sorted by relevance

123

/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c28 #define calloc __libc_calloc macro
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2483 nghttp2_calloc calloc; member
/third_party/musl/ldso/
H A Ddynlink.c34 #define calloc __libc_calloc macro
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H A Dngtcp2.h209 ngtcp2_calloc calloc; member
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs342 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc() functions
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c52 #define calloc __libc_calloc macro
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c77 #define calloc __libc_calloc macro
[all...]
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs554 pub fn calloc(arg1: size_t, arg2: size_t) -> *mut c_void; in calloc() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs455 pub fn calloc(amt: size_t, amt2: size_t) -> *mut c_void; in calloc() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs522 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1132 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3415 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc() functions

Completed in 59 milliseconds

123