Home
last modified time | relevance | path

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

/system/libhidl/libhidlcache/
DMemoryDealer.cpp46 enum { PAGE_ALIGNED = 0x00000001 }; enumerator
162 if (flags & PAGE_ALIGNED) extra = (-cur->start & ((pagesize / kMemoryAlign) - 1)); in alloc()
181 if (flags & PAGE_ALIGNED) in alloc()
190 (flags & PAGE_ALIGNED) && ((free_chunk->start * kMemoryAlign) & (pagesize - 1)), in alloc()