Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc70 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
Dasan_malloc_win.cc84 void *realloc(void *ptr, size_t size) { 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/curl/lib/
Dcurl_memory.h115 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
Dmemdebug.h89 #define realloc(ptr,size) curl_dorealloc(ptr, size, __LINE__, __FILE__) macro
/external/boringssl/src/crypto/test/
Dmalloc.cc139 void *realloc(void *ptr, size_t size) { in realloc() function
/external/jemalloc/include/jemalloc/
Djemalloc_mangle_jet.h18 # define realloc jet_realloc macro
Djemalloc_mangle.h18 # define realloc je_realloc macro
Djemalloc.h337 # define realloc je_realloc macro
/external/avahi/avahi-common/
Davahi-malloc.h78 void* (*realloc)(void *p, size_t size) AVAHI_GCC_ALLOC_SIZE(2); member
/external/skia/include/private/
DSkTemplates.h280 void realloc(size_t count) { in realloc() function
381 void realloc(size_t count) { in realloc() function
/external/valgrind/massif/tests/
DMakefile.am71 realloc \ program
/external/ipsec-tools/src/racoon/
Dgcmalloc.h70 realloc(void *ptr, size_t size) in realloc() function
/external/pdfium/third_party/freetype/include/freetype/
Dftsystem.h176 FT_Realloc_Func realloc; member
/external/freetype/include/
Dftsystem.h176 FT_Realloc_Func realloc; member
/external/freetype/src/raster/
Dftmisc.h78 FT_Realloc_Func realloc; member
/external/pdfium/third_party/freetype/src/raster/
Dftmisc.h78 FT_Realloc_Func realloc; member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc98 void *realloc(void *p, size_t size) { in realloc() function
/external/valgrind/drd/tests/
Dunit_vc.c15 void* VG_(realloc)(const HChar* cc, void* p, SizeT size) in VG_() argument
/external/clang/test/Analysis/
DMismatchedDeallocator-checker-test.mm8 void *realloc(void *ptr, size_t size); function
Dedges-new.mm525 void *realloc(void *, unsigned long); function
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DPick.java713 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/
DPick.java714 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
/external/valgrind/coregrind/m_demangle/
Dvg_libciface.h53 #define realloc(_cc,_pt,_sz) VG_(arena_realloc)(VG_AR_DEMANGLE,(_cc),(_pt),(_sz)) macro
/external/valgrind/coregrind/m_gdbserver/
Dserver.h159 #define realloc(p,size) VG_(realloc) ("gdbsrv", p, size) macro

12