Searched refs: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() function88 : Data(Cp == 0 ? nullptr : A.allocateT<T>(Cp)), Size(0), Capacity(Cp) {} in SimpleArray()113 Data = A.allocateT<T>(Ncp); in reserve()