Searched refs:newBlock (Results 1 – 2 of 2) sorted by relevance
175 Block newBlock; in newAllocation() local176 fillBlockLocked(newBlock, create); in newAllocation()178 auto buf = newBlock.subAlloc->alloc(create.size); in newAllocation()187 existingBlocks.push_back(newBlock); in newAllocation()192 newBlock.offsetIntoPhys + in newAllocation()193 newBlock.subAlloc->getOffset(buf); in newAllocation()
342 MemBlock newBlock(m_ops, m_hw, std::max(alignedSize, defaultSize)); in allocate() local343 const uint64_t physAddr = newBlock.allocate(alignedSize); in allocate()348 const uint64_t physBase = newBlock.physBase; in allocate()349 auto r = g_blocks.insert({physBase, std::move(newBlock)}); in allocate()