Searched refs:AllocationList (Results 1 – 1 of 1) sorted by relevance
121 typedef Vector<Allocation, 2> AllocationList; typedef156 AllocationList::iterator end = m_pools.end(); in ~ExecutablePool()157 for (AllocationList::iterator ptr = m_pools.begin(); ptr != end; ++ptr) in ~ExecutablePool()173 AllocationList m_pools;