Home
last modified time | relevance | path

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

/llvm-project/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/clang/test/Analysis/
H A Dmalloc.cpp218 void *realloc(int, bool = false) { realloc(1); } // no-crash in realloc() function in pr46253_class::a
223 void realloc(void *ptr, size_t size) { realloc(ptr, size); } // no-crash in realloc() function
227 void *realloc(void **ptr, size_t size) { realloc(ptr, size); } // no-crash in realloc() function
231 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.mm524 void *realloc(void *, unsigned long); function
/llvm-project/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/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp79 INTERCEPTOR(void *,realloc,void * ptr,uptr size) INTERCEPTOR() argument
170 void *(*realloc)(void *oldMem, uptr bytes); global() member
184 void *(*realloc)(void *oldMem, uptr bytes); global() member
H A Dasan_malloc_win.cpp134 void *realloc(void *ptr, size_t size) { realloc() function
/llvm-project/flang/include/flang/Runtime/
H A Dfreestanding-tools.h148 static inline RT_API_ATTRS void *realloc(void *ptr, std::size_t newByteSize) { realloc() function
/llvm-project/libc/test/IntegrationTest/
H A Dtest.cpp79 void *realloc(void *ptr, size_t s) { realloc() function
/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h168 #define realloc(ptr, size) \ macro
H A Dkmp_runtime.cpp3195 static void __kmp_alloc_argv_entries(int argc, kmp_team_t *team, int realloc) { in __kmp_alloc_argv_entries() argument
/llvm-project/libc/test/UnitTest/
H A DHermeticTestUtils.cpp88 void *realloc(void *mem, size_t s) { realloc() function
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp126 void *realloc(void *p, size_t size) { in realloc() function
/llvm-project/libc/src/__support/
H A Dfreelist_heap.h216 void *FreeListHeap<NUM_BUCKETS>::realloc(void *ptr, size_t size) { realloc() function
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp69 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp57 INTERCEPTOR(void *,realloc,void * ptr,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp120 INTERCEPTOR(void *,realloc,void * ptr,uptr size) INTERCEPTOR() argument
/llvm-project/llvm/lib/Support/rpmalloc/
H A Dmalloc.c92 extern inline RPMALLOC_RESTRICT void *RPMALLOC_CDECL realloc(void *ptr, in realloc() function
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp94 INTERCEPTOR(void *,realloc,void * ptr,uptr size) INTERCEPTOR() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp916 finalizeRealloc(fir::FirOpBuilder & builder,mlir::Location loc,const fir::MutableBoxValue & box,mlir::ValueRange lbounds,bool takeLboundsIfRealloc,const MutableBoxReallocation & realloc) finalizeRealloc() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1006 INTERCEPTOR(void *,realloc,void * ptr,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp693 TSAN_INTERCEPTOR(void *,realloc,void * p,uptr size) TSAN_INTERCEPTOR() argument
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp3447 fir::factory::MutableBoxReallocation realloc = lowerAllocatableArrayAssignment() local