Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc76 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/
Dimplicit-builtin-decl.c41 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library func… in realloc() function
/external/jemalloc/include/jemalloc/
Djemalloc_mangle.h18 # define realloc je_realloc macro
Djemalloc_mangle_jet.h18 # define realloc jet_realloc macro
/external/boringssl/src/crypto/test/
Dmalloc.cc137 void *realloc(void *ptr, size_t size) { in realloc() function
/external/curl/lib/
Dcurl_memory.h128 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
Dmemdebug.h85 #define realloc(ptr,size) curl_dorealloc(ptr, size, __LINE__, __FILE__) macro
/external/skia/include/private/
DSkTemplates.h263 void realloc(size_t count) { in realloc() function
371 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/freetype/
Dftsystem.h176 FT_Realloc_Func realloc; member
/external/syslinux/core/mem/
Dmalloc.c239 __export void *realloc(void *ptr, size_t size) in realloc() function
/external/pdfium/third_party/freetype/src/raster/
Dftmisc.h78 FT_Realloc_Func realloc; member
/external/freetype/src/raster/
Dftmisc.h78 FT_Realloc_Func realloc; member
/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/valgrind/drd/tests/
Dunit_vc.c15 void* VG_(realloc)(const HChar* cc, void* p, SizeT size) in VG_() argument
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc100 void *realloc(void *p, size_t size) { in realloc() function
/external/syslinux/gpxe/src/core/
Dmalloc.c253 void * realloc ( void *old_ptr, size_t new_size ) { in realloc() function
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp35 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
/external/syslinux/com32/include/syslinux/
Dfirmware.h45 void *(*realloc)(void *, size_t); member
/external/valgrind/coregrind/m_demangle/
Dvg_libciface.h53 #define realloc(_cc,_pt,_sz) VG_(arena_realloc)(VG_AR_DEMANGLE,(_cc),(_pt),(_sz)) macro
/external/syslinux/com32/gplinclude/zzjson/
Dzzjson.h39 void *(*realloc)(void *ptr, size_t size); // pa member
/external/valgrind/coregrind/m_gdbserver/
Dserver.h159 #define realloc(p,size) VG_(realloc) ("gdbsrv", p, size) macro

12