Lines Matching full:segments
32 auto &Seg = Segments[{Sec.getMemProt(), Sec.getMemLifetime()}]; in BasicLayout()
40 // Build Segments map. in BasicLayout()
51 for (auto &KV : Segments) { in BasicLayout()
84 for (auto &KV : segments()) { in getContiguousPageBasedLayoutSizes()
103 for (auto &KV : Segments) { in apply()
147 const JITLinkDylib *JD, SegmentMap Segments, in Create() argument
163 for (auto &KV : Segments) { in Create()
168 "NoAlloc segments are not supported by SimpleSegmentAlloc"); in Create()
205 SegmentMap Segments) { in Create() argument
208 Create(MemMgr, JD, std::move(Segments), in Create()
253 // Apply memory protections to all segments. in finalize()
266 // Release the finalize segments slab. in finalize()
303 for (auto &KV : BL.segments()) { in applyProtections()
368 // fragmentation: finalization segments will usually be a single page, and in allocate()
369 // standard segments are likely to be more than one page. Where multiple in allocate()
418 for (auto &KV : BL.segments()) { in allocate()
471 /// Release the standard segments slab. in deallocate()