/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/jemalloc/include/jemalloc/ |
D | jemalloc_mangle.h | 18 # define realloc je_realloc macro
|
D | jemalloc_mangle_jet.h | 18 # define realloc jet_realloc macro
|
/external/boringssl/src/crypto/test/ |
D | malloc.cc | 137 void *realloc(void *ptr, size_t size) { in realloc() function
|
/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 | 263 void realloc(size_t count) { in realloc() function 371 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/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/syslinux/core/mem/ |
D | malloc.c | 239 __export void *realloc(void *ptr, size_t size) in realloc() function
|
/external/pdfium/third_party/freetype/src/raster/ |
D | ftmisc.h | 78 FT_Realloc_Func realloc; member
|
/external/freetype/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
|
D | edges-new.mm | 525 void *realloc(void *, unsigned long); 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 | 100 void *realloc(void *p, size_t size) { in realloc() function
|
/external/syslinux/gpxe/src/core/ |
D | malloc.c | 253 void * realloc ( void *old_ptr, size_t new_size ) { in realloc() function
|
/external/compiler-rt/lib/scudo/ |
D | scudo_interceptors.cpp | 35 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
|
/external/syslinux/com32/include/syslinux/ |
D | firmware.h | 45 void *(*realloc)(void *, size_t); member
|
/external/valgrind/coregrind/m_demangle/ |
D | vg_libciface.h | 53 #define realloc(_cc,_pt,_sz) VG_(arena_realloc)(VG_AR_DEMANGLE,(_cc),(_pt),(_sz)) macro
|
/external/syslinux/com32/gplinclude/zzjson/ |
D | zzjson.h | 39 void *(*realloc)(void *ptr, size_t size); // pa member
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.h | 159 #define realloc(p,size) VG_(realloc) ("gdbsrv", p, size) macro
|