Searched defs:allocateT (Results 1 – 1 of 1) sorted by relevance
51 template <typename T> T *allocateT() { return Allocator->Allocate<T>(); } in allocateT() function53 template <typename T> T *allocateT(size_t NumElems) { in allocateT() function