Searched refs:SectionAllocGroup (Results 1 – 2 of 2) sorted by relevance
96 struct SectionAllocGroup { struct97 SectionAllocGroup() = default;98 SectionAllocGroup(const SectionAllocGroup &) = delete;99 SectionAllocGroup &operator=(const SectionAllocGroup &) = delete; argument100 SectionAllocGroup(SectionAllocGroup &&) = default;101 SectionAllocGroup &operator=(SectionAllocGroup &&) = default; argument119 std::vector<SectionAllocGroup> Unmapped; argument120 std::vector<SectionAllocGroup> Unfinalized;
145 Unmapped.push_back(SectionAllocGroup()); in reserveAllocationSpace()208 std::vector<SectionAllocGroup> SecAllocGroups; in finalizeMemory()