Home
last modified time | relevance | path

Searched refs:Realloc (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h56 static void *Realloc(void *ptr, uptr new_size) { in Realloc() function
75 return Realloc(ptr, count * size); in ReallocArray()
H A Dsanitizer_common.h545 Realloc(new_capacity); in push_back()
570 Realloc(new_size); in reserve()
603 NOINLINE void Realloc(uptr new_capacity) { in Realloc() function
/freebsd/stand/libsa/
H A Dzalloc_malloc.c177 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() function
213 if ((res = Realloc(ptr, size, file, line)) == NULL) in Reallocf()
H A Dstand.h479 void *Realloc(void *, size_t, const char *, int);
498 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__)
505 #define realloc(x, y) Realloc(x, y, NULL, 0)
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp58 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp71 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp80 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp130 return DlsymAlloc::Realloc(ptr, size); in __sanitizer_realloc()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp289 checkFnAllocKind(V, AllocFnKind::Alloc | AllocFnKind::Realloc); in isAllocationFn()
295 checkFnAllocKind(V, AllocFnKind::Alloc | AllocFnKind::Realloc); in isAllocationFn()
321 return checkFnAllocKind(F, AllocFnKind::Realloc); in isReallocLikeFn()
325 if (checkFnAllocKind(CB, AllocFnKind::Realloc)) in getReallocatedOperand()
520 AllocFnKind::Realloc)) { in getAllocationFamily()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp57 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_interceptors.cpp121 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd/lib/libc/db/
H A Dchangelog47 Realloc bug when reading in fixed records.
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DCHANGELOG.db267 Realloc bug when reading in fixed records.
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp126 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h54 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp621 Changed |= setAllocKind(F, AllocFnKind::Realloc); in inferNonMandatoryLibFuncAttrs()
634 Changed |= setAllocKind(F, AllocFnKind::Realloc); in inferNonMandatoryLibFuncAttrs()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp924 return DlsymAlloc::Realloc(ptr, size);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1034 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp607 if ((Kind & AllocFnKind::Realloc) != AllocFnKind::Unknown) in getAsString()
H A DVerifier.cpp2387 K & (AllocFnKind::Alloc | AllocFnKind::Realloc | AllocFnKind::Free); in verifyFunctionAttrs()
2389 {AllocFnKind::Alloc, AllocFnKind::Realloc, AllocFnKind::Free}, in verifyFunctionAttrs()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp715 return DlsymAlloc::Realloc(p, size); in TSAN_INTERCEPTOR()
/freebsd/contrib/tcsh/
H A DFixes1151 112. Realloc debug fix from John.
1712 17. Realloc bug fix (copy min of old and new size)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td2820 def Realloc : LibBuiltin<"stdlib.h"> {
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2492 Kind |= AllocFnKind::Realloc; in parseAllocKind()
/freebsd/crypto/openssl/
H A DCHANGES.md18181 Realloc => OPENSSL_realloc
19137 since Malloc(), Realloc() and Free() were defined as macros having