Home
last modified time | relevance | path

Searched refs:m_allocated (Results 1 – 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLLX/
DTXTRecord.h66 m_allocated( FALSE ) in CTXTRecord()
112 if ( m_allocated ) in FinalRelease()
152 BOOL m_allocated; variable
DTXTRecord.cpp54 if ( !m_allocated ) in SetValue()
60 m_allocated = TRUE; in SetValue()
102 if ( m_allocated ) in RemoveValue()
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp828 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()
DglsMemoryStressCase.hpp71 std::vector<int> m_allocated; member in deqp::gls::MemoryStressCase