Searched defs:reallocarray (Results 1 – 11 of 11) sorted by relevance
| /external/giflib/ |
| D | openbsd-reallocarray.c | 30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
|
| /external/musl/src/malloc/ |
| D | reallocarray.c | 5 void *reallocarray(void *ptr, size_t m, size_t n) in reallocarray() function
|
| /external/bpftool/include/tools/ |
| D | libc_compat.h | 46 #define reallocarray(ptr, nmemb, size) bpftool_reallocarray(ptr, nmemb, size) macro
|
| /external/perfetto/src/profiling/memory/ |
| D | malloc_interceptor_glibc_preload.cc | 102 void* reallocarray(void* ptr, size_t nmemb, size_t size) { in reallocarray() function
|
| /external/selinux/libsepol/src/ |
| D | private.h | 97 static inline void* reallocarray(void *ptr, size_t nmemb, size_t size) { in reallocarray() function
|
| /external/elfutils/lib/ |
| D | system.h | 87 reallocarray (void *ptr, size_t nmemb, size_t size) in reallocarray() function
|
| /external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
| D | mod.rs | 759 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray() function
|
| /external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
| D | mod.rs | 1265 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray() function
|
| /external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
| D | mod.rs | 747 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray() function
|
| /external/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 3014 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray() function
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
| D | mod.rs | 4158 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray() function
|