Searched refs:PendingMB (Results 1 – 2 of 2) sorted by relevance
67 sys::MemoryBlock &PendingMB = MemGroup.PendingMem[FreeMB.PendingPrefixIndex]; in allocateSection() local68 PendingMB = sys::MemoryBlock(PendingMB.base(), Addr + Size - (uintptr_t)PendingMB.base()); in allocateSection()
82 sys::MemoryBlock &PendingMB = in allocateSection() local84 PendingMB = sys::MemoryBlock(PendingMB.base(), in allocateSection()85 Addr + Size - (uintptr_t)PendingMB.base()); in allocateSection()