Home
last modified time | relevance | path

Searched refs:AllocateMemoryOrCrash (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dmemory.h21 [[nodiscard]] void *AllocateMemoryOrCrash(
24 return *reinterpret_cast<A *>(AllocateMemoryOrCrash(t, sizeof(A))); in AllocateOrCrash()
46 return OwningPtr<A>{new (AllocateMemoryOrCrash(terminator_, bytes)) in operator()
71 AllocateMemoryOrCrash(terminator, n * sizeof(A))); in allocate()
/llvm-project-15.0.7/flang/runtime/
H A Dmemory.cpp15 void *AllocateMemoryOrCrash(const Terminator &terminator, std::size_t bytes) { in AllocateMemoryOrCrash() function
H A Dtools.cpp28 auto *p{static_cast<char *>(AllocateMemoryOrCrash(terminator, length + 1))}; in SaveDefaultCharacter()
H A Dbuffer.h149 reinterpret_cast<char *>(AllocateMemoryOrCrash(terminator, size_)); in Reallocate()
H A Ddescriptor.cpp90 reinterpret_cast<Descriptor *>(AllocateMemoryOrCrash(terminator, bytes))}; in Create()