Searched refs:reallocarray (Results 1 – 15 of 15) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | linux-musl.txt | 87 reallocarray
|
| H A D | redox.txt | 234 reallocarray
|
| H A D | linux-gnu.txt | 668 reallocarray
|
| H A D | cygwin.txt | 810 reallocarray
|
| H A D | openbsd.txt | 1261 reallocarray
|
| H A D | netbsd.txt | 1526 reallocarray
|
| H A D | freebsd.txt | 2238 reallocarray
|
| H A D | android.txt | 3717 reallocarray
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | mod.rs | 892 pub fn reallocarray(ptr: *mut c_void, nmemb: size_t, size: size_t) -> *mut c_void; in reallocarray() function
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/ |
| H A D | mod.rs | 846 pub fn reallocarray(ptr: *mut c_void, nmemb: size_t, size: size_t) -> *mut c_void; in reallocarray() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 1189 pub fn reallocarray(ptr: *mut c_void, nmemb: size_t, size: size_t) -> *mut c_void; in reallocarray() function
|
| /rust-libc-0.2.174/src/unix/redox/ |
| H A D | mod.rs | 1210 pub fn reallocarray(ptr: *mut c_void, nmemb: size_t, size: size_t) -> *mut c_void; in reallocarray() function
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 2103 pub fn reallocarray(ptr: *mut c_void, nmemb: size_t, size: size_t) -> *mut c_void; in reallocarray() function
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 3892 pub fn reallocarray(ptr: *mut c_void, nmemb: size_t, size: size_t) -> *mut c_void; in reallocarray() function
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 5111 pub fn reallocarray(ptr: *mut c_void, nmemb: size_t, size: size_t) -> *mut c_void; in reallocarray() function
|