/freebsd/stand/libsa/ |
H A D | zalloc_malloc.c | 177 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 D | stand.h | 467 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_dlsym.h | 56 static void *Realloc(void *ptr, uptr new_size) { in Realloc() function
|
H A D | sanitizer_common.h | 535 Realloc(new_capacity); in push_back() 560 Realloc(new_size); in reserve() 593 NOINLINE void Realloc(uptr new_capacity) { in Realloc() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_malloc_linux.cpp | 64 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 71 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 301 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/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 81 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocation_functions.cpp | 134 return DlsymAlloc::Realloc(ptr, size); in __sanitizer_realloc()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 59 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
|
/freebsd/lib/libc/db/ |
H A D | changelog | 47 Realloc bug when reading in fixed records.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 293 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 98 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1008 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 592 if ((Kind & AllocFnKind::Realloc) != AllocFnKind::Unknown) in getAsString()
|
H A D | Verifier.cpp | 2298 K & (AllocFnKind::Alloc | AllocFnKind::Realloc | AllocFnKind::Free); in verifyFunctionAttrs() 2300 {AllocFnKind::Alloc, AllocFnKind::Realloc, AllocFnKind::Free}, in verifyFunctionAttrs()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 547 Changed |= setAllocKind(F, AllocFnKind::Realloc); in inferNonMandatoryLibFuncAttrs()
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 1151 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 D | Builtins.td | 2673 def Realloc : LibBuiltin<"stdlib.h"> {
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 2464 Kind |= AllocFnKind::Realloc; in parseAllocKind()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 16383 Realloc => OPENSSL_realloc 17339 since Malloc(), Realloc() and Free() were defined as macros having
|