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()69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection()73 if (FreeMB.PendingPrefixIndex == (unsigned)-1) { in allocateSection()79 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1; in allocateSection()82 MemGroup.PendingMem[FreeMB.PendingPrefixIndex]; in allocateSection()88 FreeMB.Free = in allocateSection()139 FreeMemBlock FreeMB; in allocateSection() local140 FreeMB.Free = sys::MemoryBlock((void *)(Addr + Size), FreeSize); in allocateSection()[all …]