Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:m_allocations

916             m_allocations.insert (std::make_pair(addr, size));
935 allocation_collection::iterator pos, end = m_allocations.end();
936 for (pos = m_allocations.begin(); pos != end; pos++)
940 m_allocations.erase(pos);