Searched refs:AllocateForever (Results 1 – 3 of 3) sorted by relevance
39 return reinterpret_cast<T*>(AllocateForever(sizeof(Node), alignof(Node))); in Alloc()76 return static_cast<T*>(AllocateForever(n * sizeof(T), alignof(T))); in allocate()
95 inline void* AllocateForever(size_t size, size_t align) { in AllocateForever() function
42 auto str = reinterpret_cast<char*>(AllocateForever(view.size() + 1, alignof(char))); in MakeForeverCStr()