Home
last modified time | relevance | path

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

12

/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/boringssl/src/crypto/test/
Dmalloc.cc132 void *realloc(void *ptr, size_t size) { 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/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h27 SHIM_ALWAYS_EXPORT void* realloc(void* ptr, size_t size) __THROW { in realloc() function
/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/curl/lib/
Dcurl_memory.h128 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
Dmemdebug.h96 #define realloc(ptr,size) curl_dorealloc(ptr, size, __LINE__, __FILE__) macro
/external/valgrind/massif/tests/
DMakefile.am74 realloc \ program
/external/skia/include/private/
DSkTemplates.h258 void realloc(size_t count) { in realloc() function
368 void realloc(size_t count) { in realloc() function
/external/skqp/include/private/
DSkTemplates.h258 void realloc(size_t count) { in realloc() function
368 void realloc(size_t count) { in realloc() function
/external/ipsec-tools/src/racoon/
Dgcmalloc.h70 realloc(void *ptr, size_t size) in realloc() function
/external/syslinux/core/mem/
Dmalloc.c239 __export void *realloc(void *ptr, size_t size) in realloc() function
/external/python/cpython3/Include/
Dpymem.h186 void* (*realloc) (void *ctx, void *ptr, size_t new_size); member
/external/freetype/include/freetype/
Dftsystem.h176 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
/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/wayland/tests/
Dtest-runner.c84 realloc(void* mem, size_t size) in realloc() function
/external/valgrind/coregrind/m_gdbserver/
Dserver.h167 #define realloc(p,size) VG_(realloc) ("gdbsrv", p, size) macro
/external/syslinux/com32/gplinclude/zzjson/
Dzzjson.h39 void *(*realloc)(void *ptr, size_t size); // pa member

12