Searched refs:FreeMB (Results 1 – 1 of 1) sorted by relevance
66 for (FreeMemBlock &FreeMB : MemGroup.FreeMem) { in allocateSection()67 if (FreeMB.Free.allocatedSize() >= RequiredSize) { in allocateSection()68 Addr = (uintptr_t)FreeMB.Free.base(); in allocateSection()88 FreeMB.Free = in allocateSection()139 FreeMemBlock FreeMB; in allocateSection() local141 FreeMB.PendingPrefixIndex = (unsigned)-1; in allocateSection()142 MemGroup.FreeMem.push_back(FreeMB); in allocateSection()214 for (FreeMemBlock &FreeMB : MemGroup.FreeMem) { in applyMemoryGroupPermissions()215 FreeMB.Free = trimBlockToPageSize(FreeMB.Free); in applyMemoryGroupPermissions()217 FreeMB.PendingPrefixIndex = (unsigned)-1; in applyMemoryGroupPermissions()[all …]