Searched refs:PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
57 #ifndef PAGE_SIZE58 #define PAGE_SIZE 4096 macro271 int ashmemFd = AshmemCreate("hdi_smq", Align(meta_->GetSize(), PAGE_SIZE)); in SharedMemQueue()366 int offset = (static_cast<int>(memzone->offset) / PAGE_SIZE) * PAGE_SIZE; in MapMemZone()386 int offset = (static_cast<int>(memzone->offset) / PAGE_SIZE) * PAGE_SIZE; in UnMapMemZone()
69 if ((PAGE_SIZE << order) > size) { in SgAllocCompacted()93 size -= PAGE_SIZE << order; in SgAllocCompacted()