Home
last modified time | relevance | path

Searched defs:realloc (Results 51 - 71 of 71) sorted by relevance

123

/third_party/musl/src/time/
H A D__tz.c24 #define realloc undef macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos.h642 #define realloc OS_DO_NOT_USE_realloc macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos.h642 #define realloc OS_DO_NOT_USE_realloc macro
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdbgmem.c137 FT_Realloc_Func realloc; member
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h538 nghttp3_realloc realloc; member
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2492 nghttp2_realloc realloc; member
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c29 #define realloc __libc_realloc macro
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c29 #define realloc __libc_realloc macro
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2487 nghttp2_realloc realloc; member
/third_party/musl/ldso/
H A Ddynlink.c35 #define realloc __libc_realloc macro
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H A Dngtcp2.h214 ngtcp2_realloc realloc; member
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs344 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc() functions
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c53 #define realloc __libc_realloc macro
/third_party/musl/ldso/linux/
H A Ddynlink.c78 #define realloc __libc_realloc macro
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs569 pub fn realloc(arg1: *mut c_void, arg2: size_t) -> *mut c_void; in realloc() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs464 pub fn realloc(ptr: *mut c_void, amt: size_t) -> *mut c_void; in realloc() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs524 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc() functions
/third_party/sqlite/include/
H A Dsqlite3ext.h119 void *(*realloc)(void*,int); member
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1134 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3417 pub fn realloc(p: *mut c_void, size: size_t) -> *mut c_void; in realloc() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs14121 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() functions
[all...]

Completed in 149 milliseconds

123