Searched refs:memory_info (Results 1 – 2 of 2) sorted by relevance
599 MemoryRegionInfo memory_info; in LoadModuleAtAddress() local600 Status error = m_process->GetMemoryRegionInfo(base_addr, memory_info); in LoadModuleAtAddress()601 if (error.Success() && memory_info.GetMapped() && in LoadModuleAtAddress()602 memory_info.GetRange().GetRangeBase() == base_addr && in LoadModuleAtAddress()603 !(memory_info.GetName().IsEmpty())) { in LoadModuleAtAddress()605 FileSpec(memory_info.GetName().GetStringRef()), link_map_addr, in LoadModuleAtAddress()
101 mem += subprocess.memory_info().rss