| /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/boringssl/src/crypto/test/ |
| D | malloc.cc | 132 void *realloc(void *ptr, size_t size) { in realloc() function
|
| /external/jemalloc/include/jemalloc/ |
| D | jemalloc_mangle_jet.h | 18 # define realloc jet_realloc macro
|
| D | jemalloc_mangle.h | 18 # define realloc je_realloc macro
|
| /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
|
| D | jemalloc.h | 359 # define realloc je_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/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/curl/lib/ |
| D | curl_memory.h | 128 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
|
| D | memdebug.h | 91 #define realloc(ptr,size) curl_dbg_realloc(ptr, size, __LINE__, __FILE__) macro
|
| /external/skqp/include/private/ |
| D | SkTemplates.h | 233 void realloc(size_t count) { in realloc() function 323 void realloc(size_t count) { in realloc() function
|
| /external/skia/include/private/ |
| D | SkTemplates.h | 233 void realloc(size_t count) { in realloc() function 323 void realloc(size_t count) { in realloc() function
|
| /external/ipsec-tools/src/racoon/ |
| D | gcmalloc.h | 70 realloc(void *ptr, size_t size) in realloc() function
|
| /external/python/cpython3/Include/ |
| D | pymem.h | 190 void* (*realloc) (void *ctx, void *ptr, size_t new_size); member
|
| /external/freetype/include/freetype/ |
| D | ftsystem.h | 176 FT_Realloc_Func realloc; member
|
| /external/freetype/src/raster/ |
| D | ftmisc.h | 78 FT_Realloc_Func realloc; member
|
| /external/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_allocator_testlib.cc | 100 void *realloc(void *p, size_t size) { in realloc() function
|
| /external/clang/test/Analysis/ |
| D | MismatchedDeallocator-checker-test.mm | 8 void *realloc(void *ptr, size_t size); function
|
| D | edges-new.mm | 525 void *realloc(void *, unsigned long); function
|
| /external/u-boot/include/ |
| D | malloc.h | 867 #pragma weak realloc = __libc_realloc macro 877 #define realloc realloc_simple macro
|
| /external/antlr/runtime/Cpp/include/ |
| D | antlr3memory.hpp | 156 ANTLR_INLINE static void* realloc(void *ptr, size_t size) in realloc() function in DefaultAllocPolicy
|
| /external/compiler-rt/lib/scudo/ |
| D | scudo_interceptors.cpp | 35 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
|
| /external/wayland/tests/ |
| D | test-runner.c | 84 realloc(void* mem, size_t size) in realloc() function
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | Pick.java | 754 public static double[] realloc(double[] source, int newSize) { in realloc() method in Pick 761 public static int[] realloc(int[] source, int newSize) { in realloc() method in Pick 768 public static Pick[] realloc(Pick[] source, int newSize) { in realloc() method in Pick
|