/external/musl/src/malloc/ |
D | realloc.c | 3 void *realloc(void *p, size_t n) in realloc() function
|
/external/musl/src/locale/ |
D | freelocale.c | 6 #define realloc undef macro
|
D | duplocale.c | 8 #define realloc undef macro
|
D | newlocale.c | 9 #define realloc undef macro
|
D | locale_map.c | 12 #define realloc undef macro
|
/external/musl/src/malloc/mallocng/ |
D | realloc.c | 7 void *realloc(void *p, size_t n) in realloc() function
|
D | glue.h | 24 #define realloc __libc_realloc macro
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 76 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/ |
D | implicit-builtin-decl.c | 41 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library func… in realloc() function
|
/external/skia/modules/skplaintexteditor/src/ |
D | stringslice.cpp | 74 void StringSlice::realloc(std::size_t size) { in realloc() function in StringSlice
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | ThreadSafeHeap.kt | 149 private fun realloc(): Array<T?> { in realloc() method
|
/external/skia/include/private/base/ |
D | SkTemplates.h | 271 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/ |
D | malloc.cc | 132 void *realloc(void *ptr, size_t size) { in realloc() function
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_mangle.h | 28 # define realloc je_realloc macro
|
D | jemalloc_mangle_jet.h | 28 # define realloc jet_realloc macro
|
/external/libchrome/base/allocator/ |
D | allocator_shim_override_libc_symbols.h | 27 SHIM_ALWAYS_EXPORT void* realloc(void* ptr, size_t size) __THROW { in realloc() function
|
/external/python/cpython3/Include/cpython/ |
D | pymem.h | 58 void* (*realloc) (void *ctx, void *ptr, size_t new_size); member
|
/external/musl/src/process/ |
D | fdop.h | 16 #define realloc undef macro
|
/external/curl/lib/ |
D | curl_memory.h | 130 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
|
/external/musl/src/ldso/ |
D | dlerror.c | 11 #define realloc __libc_realloc macro
|
/external/cronet/base/allocator/partition_allocator/shim/ |
D | allocator_shim_override_libc_symbols.h | 44 SHIM_ALWAYS_EXPORT void* realloc(void* ptr, size_t size) __THROW { in realloc() function
|
/external/musl/src/exit/ |
D | atexit.c | 9 #define realloc undef macro
|
/external/musl/src/thread/ |
D | sem_open.c | 19 #define realloc undef macro
|
/external/ipsec-tools/src/racoon/ |
D | gcmalloc.h | 70 realloc(void *ptr, size_t size) in realloc() function
|
/external/freetype/src/raster/ |
D | ftmisc.h | 75 FT_Realloc_Func realloc; member
|