Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb90.C5 #define realloc Realloc
/openbsd-src/gnu/llvm/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.h522 Realloc(new_capacity); in push_back()
547 Realloc(new_size); in reserve()
580 void Realloc(uptr new_capacity) { in Realloc() function
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dvmem.h104 void* Realloc(void* pMem, size_t size);
180 void* VMem::Realloc(void* pMem, size_t size) in Realloc() function
421 void* Realloc(void* pMem, size_t size);
748 void* VMem::Realloc(void* block, size_t size) in Realloc() function
H A Dperlhost.h60 inline void* Realloc(void* ptr, size_t size) { return m_pVMem->Realloc(ptr, size); }; in Realloc() function
91 result = m_pVMemShared->Realloc(ptr, size); in ReallocShared()
118 inline void* ReallocParse(void* ptr, size_t size) { return m_pVMemParse->Realloc(ptr, size); }; in ReallocParse()
298 return IPERL2HOST(piPerl)->Realloc(ptr, size); in PerlMemRealloc()
2362 *lpPtr = (char*)Realloc(*lpPtr, length * sizeof(char)); in Clearenv()
2366 m_lppEnvList = (LPSTR*)Realloc(m_lppEnvList, (m_dwEnvCount+1) * sizeof(LPSTR)); in Clearenv()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp71 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/openbsd-src/gnu/llvm/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()
518 AllocFnKind::Realloc)) { in getAllocationFamily()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp123 return DlsymAlloc::Realloc(ptr, size); in __sanitizer_realloc()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp83 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp59 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/openbsd-src/lib/libc/db/
H A Dchangelog49 Realloc bug when reading in fixed records.
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp96 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp161 TEST(ScudoWrappersCDeathTest, Realloc) { in TEST() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp921 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp489 if ((Kind & AllocFnKind::Realloc) != AllocFnKind::Unknown) in getAsString()
H A DVerifier.cpp2119 K & (AllocFnKind::Alloc | AllocFnKind::Realloc | AllocFnKind::Free); in verifyFunctionAttrs()
2121 {AllocFnKind::Alloc, AllocFnKind::Realloc, AllocFnKind::Free}, in verifyFunctionAttrs()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp545 Changed |= setAllocKind(F, AllocFnKind::Realloc); in inferNonMandatoryLibFuncAttrs()
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp349 TEST(MemorySanitizer, Realloc) { in TEST() argument
/openbsd-src/gnu/usr.bin/cvs/src/
H A DChangeLog-972684 * logmsg.c (logfile_write, title_proc): Realloc str_list as
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp2236 Kind |= AllocFnKind::Realloc; in parseAllocKind()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19925543 Realloc the linetable on the objfile symbol_obstack and copy there.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.612829 * df.c (df_insn_modify): Realloc the INSN table here, if
13327 (shorted_branches): Realloc label_align array; do
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.466241 > error. Realloc the buffer after we've read the file.