Searched refs:AllocateMemoryOrCrash (Results 1 – 5 of 5) sorted by relevance
21 [[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()
15 void *AllocateMemoryOrCrash(const Terminator &terminator, std::size_t bytes) { in AllocateMemoryOrCrash() function
28 auto *p{static_cast<char *>(AllocateMemoryOrCrash(terminator, length + 1))}; in SaveDefaultCharacter()
149 reinterpret_cast<char *>(AllocateMemoryOrCrash(terminator, size_)); in Reallocate()
90 reinterpret_cast<Descriptor *>(AllocateMemoryOrCrash(terminator, bytes))}; in Create()