Searched refs:m_addr_to_mmap_size (Results 1 – 2 of 2) sorted by relevance
286 MMapMap m_addr_to_mmap_size; variable
258 m_addr_to_mmap_size(), m_thread_create_bp_sp(), in ProcessGDBRemote()2794 m_addr_to_mmap_size[allocated_addr] = size; in DoAllocateMemory()2854 MMapMap::iterator pos = m_addr_to_mmap_size.find(addr); in DoDeallocateMemory()2855 if (pos != m_addr_to_mmap_size.end() && in DoDeallocateMemory()2857 m_addr_to_mmap_size.erase(pos); in DoDeallocateMemory()