Home
last modified time | relevance | path

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

/freebsd-src/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.h467 void *Realloc(void *, size_t, const char *, int);
486 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__)
493 #define realloc(x, y) Realloc(x, y, NULL, 0)
/freebsd-src/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
H A Dsanitizer_common.h535 Realloc(new_capacity); in push_back()
560 Realloc(new_size); in reserve()
593 NOINLINE void Realloc(uptr new_capacity) {
594 NOINLINE void Realloc(uptr new_capacity) { Realloc() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp71 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp134 return DlsymAlloc::Realloc(ptr, size); in __sanitizer_realloc()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp81 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp301 checkFnAllocKind(V, AllocFnKind::Alloc | AllocFnKind::Realloc); in isAllocationFn()
307 checkFnAllocKind(V, AllocFnKind::Alloc | AllocFnKind::Realloc); in isAllocationFn()
333 return checkFnAllocKind(F, AllocFnKind::Realloc); in isReallocLikeFn()
337 if (checkFnAllocKind(CB, AllocFnKind::Realloc)) in getReallocatedOperand()
530 AllocFnKind::Realloc)) { in getAllocationFamily()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp59 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd-src/lib/libc/db/
H A Dchangelog47 Realloc bug when reading in fixed records.
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp98 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument
50 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument global() enumerator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1008 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp592 if ((Kind & AllocFnKind::Realloc) != AllocFnKind::Unknown) in hasParentContext()
H A DVerifier.cpp2298 K & (AllocFnKind::Alloc | AllocFnKind::Realloc | AllocFnKind::Free); in verifyFunctionMetadata()
2300 {AllocFnKind::Alloc, AllocFnKind::Realloc, AllocFnKind::Free}, in verifyFunctionMetadata()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp547 Changed |= setAllocKind(F, AllocFnKind::Realloc); in inferNonMandatoryLibFuncAttrs()
/freebsd-src/contrib/tcsh/
H A DFixes1151 112. Realloc debug fix from John.
1712 17. Realloc bug fix (copy min of old and new size)
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2464 Kind |= AllocFnKind::Realloc; in keywordToFPClassTest()
/freebsd-src/crypto/openssl/
H A DCHANGES.md16352 Realloc => OPENSSL_realloc
17308 since Malloc(), Realloc() and Free() were defined as macros having