Searched refs:FreeMB (Results 1 – 1 of 1) sorted by relevance
65 for (FreeMemBlock &FreeMB : MemGroup.FreeMem) { in allocateSection()66 if (FreeMB.Free.allocatedSize() >= RequiredSize) { in allocateSection()67 Addr = (uintptr_t)FreeMB.Free.base(); in allocateSection()68 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection()72 if (FreeMB.PendingPrefixIndex == (unsigned)-1) { in allocateSection()78 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1; in allocateSection()81 MemGroup.PendingMem[FreeMB.PendingPrefixIndex]; in allocateSection()87 FreeMB.Free = in allocateSection()138 FreeMemBlock FreeMB; in allocateSection() local139 FreeMB.Free = sys::MemoryBlock((void *)(Addr + Size), FreeSize); in allocateSection()[all …]