Searched refs:m_allocated (Results 1 – 4 of 4) sorted by relevance
66 m_allocated( FALSE ) in CTXTRecord()112 if ( m_allocated ) in FinalRelease()152 BOOL m_allocated; variable
54 if ( !m_allocated ) in SetValue()60 m_allocated = TRUE; in SetValue()102 if ( m_allocated ) in RemoveValue()
828 m_allocated.reserve(m_iterationCount); in MemoryStressCase()880 m_allocated.push_back(allocator.getObjectCount()); in iterate()905 int min = m_allocated[0]; in iterate()906 int max = m_allocated[0]; in iterate()910 for (int allocNdx = 0; allocNdx < (int)m_allocated.size(); allocNdx++) in iterate()912 min = deMin32(m_allocated[allocNdx], min); in iterate()913 max = deMax32(m_allocated[allocNdx], max); in iterate()
71 std::vector<int> m_allocated; member in deqp::gls::MemoryStressCase