Searched refs:AllocationRecord (Results 1 – 2 of 2) sorted by relevance
469 for (AllocationRecord &record : m_records) { in GetRunnableInfo() 613 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection() 646 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection() 1011 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal() 1038 for (AllocationRecord &record : m_records) { in CommitOneAllocation() 1053 AllocationRecord &record) { in CommitOneAllocation() 1098 for (AllocationRecord &record : m_records) { in CommitAllocations() 1107 for (AllocationRecord &record : m_records) { in ReportAllocations() 1121 for (AllocationRecord &record : m_records) { in ReportAllocations() 1138 for (AllocationRecord in dump() [all...]
337 struct AllocationRecord { struct347 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord() function361 AllocationRecord &record);363 typedef std::vector<AllocationRecord> RecordVector;