Home
last modified time | relevance | path

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

12345

/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/flashrom/tests/
Dunittest_env.h46 #define realloc(ptr, size) _test_realloc(ptr, size, __FILE__, __LINE__) macro
/external/musl/src/malloc/mallocng/
Drealloc.c7 void *realloc(void *p, size_t n) in realloc() function
/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/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/coreboot/payloads/libpayload/include/
Dstdlib.h83 #define realloc(p, s) ({ \ macro
/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.kt140 private fun realloc(): Array<T?> { in realloc() method in kotlinx.coroutines.internal.ThreadSafeHeap
/external/rust/android-crates-io/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/musl/src/thread/
Dpthread_atfork.c8 #define realloc undef macro
/external/musl/src/process/
Dfdop.h16 #define realloc undef macro
/external/curl/lib/
Dcurl_memory.h161 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
/external/musl/src/ldso/
Ddlerror.c10 #define realloc __libc_realloc macro
/external/skia/include/private/base/
DSkTemplates.h304 void realloc(size_t count) { in realloc() function
406 void realloc(size_t count) { in realloc() function
/external/python/cpython3/Include/cpython/
Dpymem.h44 void* (*realloc) (void *ctx, void *ptr, size_t new_size); member
/external/musl/src/exit/
Datexit.c9 #define realloc undef macro
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_override_libc_symbols.h47 SHIM_ALWAYS_EXPORT void* realloc(void* ptr, size_t size) __THROW { in realloc() function
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_override_libc_symbols.h47 SHIM_ALWAYS_EXPORT void* realloc(void* ptr, size_t size) __THROW { in realloc() function

12345