Searched refs:AllocationRecord (Results 1 – 2 of 2) sorted by relevance
447 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateStub()476 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateSpace()499 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateCodeSection()524 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateDataSection()546 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateGlobal()571 for (AllocationRecord &record : m_records) in GetRemoteAddressForLocal()602 for (AllocationRecord &record : m_records) in GetRemoteRangeForLocal()624 for (AllocationRecord &record : m_records) in CommitAllocations()645 for (AllocationRecord &record : m_records) in CommitAllocations()661 for (AllocationRecord &record : m_records) in ReportAllocations()[all …]
451 struct AllocationRecord { struct459 AllocationRecord (uintptr_t host_address, argument476 typedef std::vector<AllocationRecord> RecordVector; argument