Home
last modified time | relevance | path

Searched refs:m_hw (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator.cpp33 m_hw(hw) {} in AddressSpaceHostMemoryAllocatorContext()
66 const uint64_t aligned_size = align(size, (*m_hw->getGuestPageSize)()); in allocate_impl()
Daddress_space_shared_slots_host_memory_allocator.cpp298 m_hw(hw) {} in AddressSpaceSharedSlotsHostMemoryAllocatorContext()
331 const uint32_t alignedSize = align(info->size, (*m_hw->getGuestPageSize)()); in allocate()
342 MemBlock newBlock(m_ops, m_hw, std::max(alignedSize, defaultSize)); in allocate()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_host_memory_allocator.h55 const AddressSpaceHwFuncs* m_hw; variable
Daddress_space_shared_slots_host_memory_allocator.h107 const AddressSpaceHwFuncs* m_hw; variable