Searched refs:m_process_start (Results 1 – 2 of 2) sorted by relevance
485 iter->second.m_process_start + iter->second.m_size); in Free()498 if (address > (al.m_process_start + al.m_size)) { in GetAllocSize()503 if (address > al.m_process_start) { in GetAllocSize()504 int dif = address - al.m_process_start; in GetAllocSize()536 uint64_t offset = process_address - allocation.m_process_start; in WriteMemory()583 (uint64_t)allocation.m_process_start, in WriteMemory()584 (uint64_t)allocation.m_process_start + in WriteMemory()654 uint64_t offset = process_address - allocation.m_process_start; in ReadMemory()714 (uint64_t)allocation.m_process_start, in ReadMemory()715 (uint64_t)allocation.m_process_start + in ReadMemory()[all …]
93 m_process_start; ///< The base address of the allocation in the process. member