Searched refs:m_singleAllocPool (Results 1 – 2 of 2) sorted by relevance
82 if (m_singleAllocPool.empty()) in alloc()83 m_singleAllocPool = allocArray(poolSize); in alloc()85 VertexPacket* packet = *--m_singleAllocPool.end(); in alloc()86 m_singleAllocPool.pop_back(); in alloc()
111 std::vector<VertexPacket*> m_singleAllocPool; member in rr::VertexPacketAllocator