Searched defs:Realloc (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h56 static void *Realloc(void *ptr, uptr new_size) { function in struct:__sanitizer::DlSymAllocator
H A Dsanitizer_common.h580 void Realloc(uptr new_capacity) { function in class:__sanitizer::InternalMmapVectorNoCtor
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument member in class:llvm::AllocFnKind
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dperlhost.h60 inline void* Realloc(void* ptr, size_t size) { return m_pVMem->Realloc(ptr, size); }; function in class:CPerlHost

Completed in 137 milliseconds