Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dheapalloc_transfer.cpp17 void *realloc = HeapReAlloc(GetProcessHeap(), 0, alloc, 500); in main() local
H A Dheapalloc_rtl_transfer.cpp56 void *realloc = RtlReAllocateHeap_ptr(GetProcessHeap(), in main() local
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.cpp203 void *realloc(int, bool = false) { realloc(1); } // no-crash in realloc() function in pr46253_class::a
208 void realloc(void *ptr, size_t size) { realloc(ptr, size); } // no-crash in realloc() function
212 void *realloc(void **ptr, size_t size) { realloc(ptr, size); } // no-crash in realloc() function
216 void *realloc(void *ptr, int size) { realloc(ptr, size); } // no-crash in realloc() function
H A DMismatchedDeallocator-checker-test.mm9 void *realloc(void *ptr, size_t size); function
H A Dedges-new.mm525 void *realloc(void *, unsigned long); function
/llvm-project-15.0.7/clang/test/Sema/
H A Dimplicit-builtin-decl.c40 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library func… in realloc() function
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp81 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
173 void *(*realloc)(void *oldMem, uptr bytes); member
187 void *(*realloc)(void *oldMem, uptr bytes); member
H A Dasan_malloc_win.cpp134 void *realloc(void *ptr, size_t size) { in realloc() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp31 INTERCEPTOR_ATTRIBUTE void *realloc(void *ptr, size_t size) { in realloc() function
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h168 #define realloc(ptr, size) \ macro
H A Dkmp_runtime.cpp3102 static void __kmp_alloc_argv_entries(int argc, kmp_team_t *team, int realloc) { in __kmp_alloc_argv_entries()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp126 void *realloc(void *p, size_t size) { in realloc() function
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp69 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp57 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp94 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp839 const MutableBoxReallocation &realloc) { in finalizeRealloc()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp907 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp689 TSAN_INTERCEPTOR(void*, realloc, void *p, uptr size) { in TSAN_INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp694 TSAN_INTERCEPTOR(void*, realloc, void *p, uptr size) { in TSAN_INTERCEPTOR() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp3763 fir::factory::MutableBoxReallocation realloc = in lowerAllocatableArrayAssignment() local