Home
last modified time | relevance | path

Searched refs:newBlock (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp175 Block newBlock; in newAllocation() local
176 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()
Daddress_space_shared_slots_host_memory_allocator.cpp342 MemBlock newBlock(m_ops, m_hw, std::max(alignedSize, defaultSize)); in allocate() local
343 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()