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

/frameworks/native/libs/binder/
H A DMemoryDealer.cpp138 static size_t getAllocationAlignment() { return kMemoryAlign; } function in class:android::SimpleBestFitAllocator
270 size_t MemoryDealer::getAllocationAlignment() function in class:android::MemoryDealer
272 return SimpleBestFitAllocator::getAllocationAlignment();

Completed in 655 milliseconds