Home
last modified time | relevance | path

Searched defs:realloc (Results 1 – 25 of 41) 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_jet.h18 # define realloc jet_realloc macro
Djemalloc_mangle.h18 # define realloc je_realloc macro
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h28 # define realloc je_realloc macro
Djemalloc_mangle_jet.h28 # define realloc jet_realloc macro
Djemalloc.h359 # define realloc je_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.h91 #define realloc(ptr,size) curl_dbg_realloc(ptr, size, __LINE__, __FILE__) macro
/external/skqp/include/private/
DSkTemplates.h233 void realloc(size_t count) { in realloc() function
323 void realloc(size_t count) { in realloc() function
/external/skia/include/private/
DSkTemplates.h233 void realloc(size_t count) { in realloc() function
323 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/python/cpython3/Include/
Dpymem.h190 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/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc100 void *realloc(void *p, size_t size) { in realloc() function
/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/u-boot/include/
Dmalloc.h867 #pragma weak realloc = __libc_realloc macro
877 #define realloc realloc_simple macro
/external/antlr/runtime/Cpp/include/
Dantlr3memory.hpp156 ANTLR_INLINE static void* realloc(void *ptr, size_t size) in realloc() function in DefaultAllocPolicy
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp35 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
/external/wayland/tests/
Dtest-runner.c84 realloc(void* mem, size_t size) in realloc() function
/external/cldr/tools/java/org/unicode/cldr/util/
DPick.java754 public static double[] realloc(double[] source, int newSize) { in realloc() method in Pick
761 public static int[] realloc(int[] source, int newSize) { in realloc() method in Pick
768 public static Pick[] realloc(Pick[] source, int newSize) { in realloc() method in Pick

12