Searched refs:AllocateImpl (Results 1 – 1 of 1) sorted by relevance
40 return reinterpret_cast<T*>(AllocateImpl(sizeof(T), alignof(T))); in Allocate()47 return reinterpret_cast<void*>(AllocateImpl(size, align)); in Allocate()64 uintptr_t AllocateImpl(size_t size, size_t align) { in AllocateImpl() function