Home
last modified time | relevance | path

Searched defs:realloc (Results 1 – 25 of 46) 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/jemalloc/include/jemalloc/
Djemalloc_mangle_jet.h18 # define realloc jet_realloc macro
Djemalloc_mangle.h18 # define realloc je_realloc macro
Djemalloc.h179 # define realloc je_realloc macro
/external/valgrind/main/massif/tests/
DMakefile.am64 realloc \ program
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc38 void *(*realloc)(void *oldMem, uptr bytes); member
99 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
Dasan_malloc_win.cc78 void *realloc(void *ptr, size_t size) { in realloc() function
/external/ipsec-tools/src/racoon/
Dgcmalloc.h70 realloc(void *ptr, size_t size) in realloc() function
/external/freetype/include/
Dftsystem.h176 FT_Realloc_Func realloc; member
/external/clang/test/Analysis/
DMismatchedDeallocator-checker-test.mm8 void *realloc(void *ptr, size_t size); function
/external/chromium_org/third_party/freetype/include/freetype/
Dftsystem.h176 FT_Realloc_Func realloc; member
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
Dftmisc.h78 FT_Realloc_Func realloc; member
/external/freetype/src/raster/
Dftmisc.h78 FT_Realloc_Func realloc; member
/external/chromium_org/third_party/freetype/src/raster/
Dftmisc.h78 FT_Realloc_Func realloc; member
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dlibc_override_redefine.h71 void* realloc(void* p, size_t s) __THROW { return tc_realloc(p, s); } in realloc() function
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
Dftsystem.h183 FT_Realloc_Func realloc; member
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dlibc_override_redefine.h71 void* realloc(void* p, size_t s) __THROW { return tc_realloc(p, s); } in realloc() function
/external/pdfium/core/include/thirdparties/freetype/freetype/
Dftsystem.h183 FT_Realloc_Func realloc; member
/external/valgrind/main/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.cc98 void *realloc(void *p, size_t size) { in realloc() function
/external/chromium_org/content/browser/renderer_host/media/
Dvideo_capture_buffer_pool.cc122 BufferMap::iterator realloc = buffers_.end(); in ReserveForProducerInternal() local
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
Dvpx_mem.h114 # define realloc vpx_realloc macro
/external/libvpx/libvpx/vpx_mem/
Dvpx_mem.h111 # define realloc vpx_realloc macro
/external/chromium_org/base/allocator/
Dallocator_shim.cc132 void* realloc(void* ptr, size_t size) { in realloc() function
/external/valgrind/main/coregrind/m_gdbserver/
Dserver.h161 #define realloc(p,size) VG_(arena_realloc) (VG_AR_CORE, "gdbsrv", p, size) macro

12