Home
last modified time | relevance | path

Searched refs:AllocateForever (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/base/include/berberis/base/
Dforever_pool.h39 return reinterpret_cast<T*>(AllocateForever(sizeof(Node), alignof(Node))); in Alloc()
76 return static_cast<T*>(AllocateForever(n * sizeof(T), alignof(T))); in allocate()
Dforever_alloc.h95 inline void* AllocateForever(size_t size, size_t align) { in AllocateForever() function
/frameworks/libs/binary_translation/base/
Dconfig_globals.cc42 auto str = reinterpret_cast<char*>(AllocateForever(view.size() + 1, alignof(char))); in MakeForeverCStr()