Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.h42 static const size_t kSystemPageBaseMask = ~kSystemPageOffsetMask; variable
120 return (address + kSystemPageOffsetMask) & kSystemPageBaseMask; in RoundUpToSystemPage()
124 return address & kSystemPageBaseMask; in RoundDownToSystemPage()
Dpartition_alloc.h649 reinterpret_cast<uintptr_t>(page) & kSystemPageBaseMask); in PartitionPageToRoot()
839 return (size + kSystemPageOffsetMask) & kSystemPageBaseMask; in PartitionDirectMapSize()