Searched defs:allocArray (Results 1 – 3 of 3) sorted by relevance
49 std::vector<VertexPacket*> VertexPacketAllocator::allocArray (size_t count) in allocArray() function in rr::VertexPacketAllocator
72 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function