Home
last modified time | relevance | path

Searched refs:allocation_collection (Results 1 – 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachTask.h126 typedef std::map <mach_vm_address_t, size_t> allocation_collection; typedef
127 allocation_collection m_allocations;
DMachTask.cpp935 allocation_collection::iterator pos, end = m_allocations.end(); in DeallocateMemory()