Home
last modified time | relevance | path

Searched defs:realloc (Results 1 – 25 of 70) sorted by relevance

123

/external/musl/src/malloc/
Drealloc.c3 void *realloc(void *p, size_t n) in realloc() function
/external/musl/src/locale/
Dfreelocale.c6 #define realloc undef macro
Dduplocale.c8 #define realloc undef macro
Dnewlocale.c9 #define realloc undef macro
Dlocale_map.c12 #define realloc undef macro
/external/musl/src/malloc/mallocng/
Drealloc.c7 void *realloc(void *p, size_t n) in realloc() function
Dglue.h24 #define realloc __libc_realloc macro
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc76 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
157 void *(*realloc)(void *oldMem, uptr bytes); member
171 void *(*realloc)(void *oldMem, uptr bytes); member
/external/clang/test/Sema/
Dimplicit-builtin-decl.c41 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library func… in realloc() function
/external/skia/modules/skplaintexteditor/src/
Dstringslice.cpp74 void StringSlice::realloc(std::size_t size) { in realloc() function in StringSlice
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DThreadSafeHeap.kt149 private fun realloc(): Array<T?> { in realloc() method in kotlinx.coroutines.internal.ThreadSafeHeap
/external/skia/include/private/base/
DSkTemplates.h271 void realloc(size_t count) { in realloc() function
373 void realloc(size_t count) { in realloc() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dmalloc.cc132 void *realloc(void *ptr, size_t size) { in realloc() function
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h28 # define realloc je_realloc macro
Djemalloc_mangle_jet.h28 # define realloc jet_realloc macro
/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h27 SHIM_ALWAYS_EXPORT void* realloc(void* ptr, size_t size) __THROW { in realloc() function
/external/python/cpython3/Include/cpython/
Dpymem.h58 void* (*realloc) (void *ctx, void *ptr, size_t new_size); member
/external/musl/src/process/
Dfdop.h16 #define realloc undef macro
/external/curl/lib/
Dcurl_memory.h130 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
/external/musl/src/ldso/
Ddlerror.c11 #define realloc __libc_realloc macro
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim_override_libc_symbols.h44 SHIM_ALWAYS_EXPORT void* realloc(void* ptr, size_t size) __THROW { in realloc() function
/external/musl/src/exit/
Datexit.c9 #define realloc undef macro
/external/musl/src/thread/
Dsem_open.c19 #define realloc undef macro
/external/ipsec-tools/src/racoon/
Dgcmalloc.h70 realloc(void *ptr, size_t size) in realloc() function
/external/freetype/src/raster/
Dftmisc.h75 FT_Realloc_Func realloc; member

123