Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator.cpp42 constexpr uint32_t kAllocAlignment = 16384; variable
44 constexpr uint32_t kAllocAlignment = 4096; variable
96 bits = android::aligned_buf_alloc(kAllocAlignment, sz); in MemBlock()
254 void* const bits = android::aligned_buf_alloc(kAllocAlignment, bitsSize); in load()