Searched defs:PAGE_ALIGNED (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DMemoryDealer.cpp126 PAGE_ALIGNED = 0x00000001 enumerator in enum:android::SimpleBestFitAllocator::__anon1541
338 if (flags & PAGE_ALIGNED)
359 if (flags & PAGE_ALIGNED)
367 ALOGE_IF((flags&PAGE_ALIGNED) &&
369 "PAGE_ALIGNED requested, but page is not aligned!!!");

Completed in 102 milliseconds