Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator.cpp62 constexpr uint64_t k_alloc_alignment = 16384; in allocate_impl() local
64 constexpr uint64_t k_alloc_alignment = 4096; in allocate_impl()
68 void *host_ptr = android::aligned_buf_alloc(k_alloc_alignment, aligned_size); in allocate_impl()