Searched refs:SectionAllocGroup (Results 1 – 2 of 2) sorted by relevance
94 struct SectionAllocGroup { struct95 SectionAllocGroup() = default;96 SectionAllocGroup(const SectionAllocGroup &) = delete;97 SectionAllocGroup &operator=(const SectionAllocGroup &) = delete; argument98 SectionAllocGroup(SectionAllocGroup &&) = default;99 SectionAllocGroup &operator=(SectionAllocGroup &&) = default; argument117 std::vector<SectionAllocGroup> Unmapped; argument118 std::vector<SectionAllocGroup> Unfinalized;
145 Unmapped.push_back(SectionAllocGroup()); in reserveAllocationSpace()208 std::vector<SectionAllocGroup> SecAllocGroups; in finalizeMemory()