Home
last modified time | relevance | path

Searched defs:reallocarray (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/malloc/
Dreallocarray.c5 void *reallocarray(void *ptr, size_t m, size_t n) in reallocarray() function
/third_party/mesa3d/src/util/
Dreallocarray.h44 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/third_party/selinux/libsepol/src/
Dprivate.h88 static inline void* reallocarray(void *ptr, size_t nmemb, size_t size) { in reallocarray() function
/third_party/elfutils/lib/
Dsystem.h100 reallocarray (void *ptr, size_t nmemb, size_t size) in reallocarray() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs758 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1263 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs742 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4322 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3496 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray() function