Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator.cpp59 void *AddressSpaceHostMemoryAllocatorContext::allocate_impl(const uint64_t phys_addr, in allocate_impl() function in android::emulation::AddressSpaceHostMemoryAllocatorContext
89 void* host_ptr = allocate_impl(info->phys_addr, info->size); in allocate()
143 void *mem = allocate_impl(phys_addr, size); in load()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_host_memory_allocator.h50 void *allocate_impl(uint64_t phys_addr, uint64_t size);