Home | History | Annotate | Download | only in Expression

Lines Matching refs:m_allocations

38         while ((iter = m_allocations.begin()) != m_allocations.end())
42 m_allocations.erase(iter);
109 return m_allocations.end();
111 AllocationMap::iterator iter = m_allocations.lower_bound (addr);
113 if (iter == m_allocations.end() ||
116 if (iter == m_allocations.begin())
117 return m_allocations.end();
124 return m_allocations.end();
133 AllocationMap::iterator iter = m_allocations.lower_bound (addr);
135 if (iter == m_allocations.end() ||
138 if (iter == m_allocations.begin())
144 while (iter != m_allocations.end() && iter->second.m_process_alloc < addr + size)
316 m_allocations[aligned_address] = Allocation(allocation_address,
359 AllocationMap::iterator iter = m_allocations.find(process_address);
361 if (iter == m_allocations.end())
378 AllocationMap::iterator iter = m_allocations.find(process_address);
380 if (iter == m_allocations.end())
420 m_allocations.erase(iter);
430 if (iter == m_allocations.end())
551 if (iter == m_allocations.end())
699 if (iter == m_allocations.end())