| /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/compiler-rt/lib/asan/ |
| D | asan_malloc_linux.cc | 70 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument 151 void *(*realloc)(void *oldMem, uptr bytes); member 165 void *(*realloc)(void *oldMem, uptr bytes); member
|
| D | asan_malloc_win.cc | 84 void *realloc(void *ptr, size_t size) { in realloc() function
|
| /external/boringssl/src/crypto/test/ |
| D | malloc.cc | 139 void *realloc(void *ptr, size_t size) { in realloc() function
|
| /external/avahi/avahi-common/ |
| D | avahi-malloc.h | 78 void* (*realloc)(void *p, size_t size) AVAHI_GCC_ALLOC_SIZE(2); member
|
| /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/curl/lib/ |
| D | curl_memory.h | 128 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
|
| D | memdebug.h | 85 #define realloc(ptr,size) curl_dorealloc(ptr, size, __LINE__, __FILE__) macro
|
| /external/skia/include/private/ |
| D | SkTemplates.h | 280 void realloc(size_t count) { in realloc() function 381 void realloc(size_t count) { in realloc() function
|
| /external/valgrind/massif/tests/ |
| D | Makefile.am | 71 realloc \ program
|
| /external/ipsec-tools/src/racoon/ |
| D | gcmalloc.h | 70 realloc(void *ptr, size_t size) in realloc() function
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
| D | ftsystem.h | 176 FT_Realloc_Func realloc; member
|
| /external/pdfium/third_party/freetype/include/freetype/ |
| D | ftsystem.h | 176 FT_Realloc_Func realloc; 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/pdfium/third_party/freetype/src/raster/ |
| D | ftmisc.h | 78 FT_Realloc_Func realloc; member
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/ |
| D | ftmisc.h | 78 FT_Realloc_Func realloc; member
|
| /external/clang/test/Analysis/ |
| D | MismatchedDeallocator-checker-test.mm | 8 void *realloc(void *ptr, size_t size); function
|
| /external/valgrind/drd/tests/ |
| D | unit_vc.c | 15 void* VG_(realloc)(const HChar* cc, void* p, SizeT size) in VG_() argument
|
| /external/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_allocator_testlib.cc | 98 void *realloc(void *p, size_t size) { in realloc() function
|
| /external/marisa-trie/lib/marisa/ |
| D | vector-inline.h | 198 void Vector<T>::realloc(std::size_t new_capacity) { in realloc() function
|
| /external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
| D | vector-inline.h | 198 void Vector<T>::realloc(std::size_t new_capacity) { in realloc() function
|
| /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| D | Pick.java | 713 public static double[] realloc(double[] source, int newSize) { in realloc() method in Pick 720 public static int[] realloc(int[] source, int newSize) { in realloc() method in Pick 727 public static Pick[] realloc(Pick[] source, int newSize) { in realloc() method in Pick
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
| D | Pick.java | 714 public static double[] realloc(double[] source, int newSize) { in realloc() method in Pick 721 public static int[] realloc(int[] source, int newSize) { in realloc() method in Pick 728 public static Pick[] realloc(Pick[] source, int newSize) { in realloc() method in Pick
|