Searched refs:s_aAllocated (Results 1 – 1 of 1) sorted by relevance
136 static AllocationState s_aAllocated; member in connectivity::tracing::AllocationTracer150 AllocationState::iterator aLookFor = s_aAllocated.begin(); in getLocation()152 aLookFor != s_aAllocated.end(); in getLocation()161 s_aAllocated.push_back( AllocationType() ); in getLocation()162 aLookFor = s_aAllocated.end(); --aLookFor; in getLocation()168 AllocationTracer::AllocationState AllocationTracer::s_aAllocated; member in connectivity::tracing::AllocationTracer