Searched refs:AllocationState (Results 1 – 1 of 1) sorted by relevance
135 typedef ::std::vector< AllocationType > AllocationState; typedef in connectivity::tracing::AllocationTracer136 static AllocationState s_aAllocated;144 static AllocationState::iterator getLocation( const sal_Char* _pName );148 AllocationTracer::AllocationState::iterator AllocationTracer::getLocation( const sal_Char* _pName ) in getLocation()150 AllocationState::iterator aLookFor = s_aAllocated.begin(); in getLocation()168 AllocationTracer::AllocationState AllocationTracer::s_aAllocated;176 AllocationState::iterator aPos = getLocation( _pName ); in registerUnit()185 AllocationState::iterator aPos = getLocation( _pName ); in revokeUnit()
Completed in 15 milliseconds