Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.h159 constexpr ALWAYS_INLINE uintptr_t RoundDownToSystemPage(uintptr_t address) { in RoundDownToSystemPage() function
Dpartition_alloc.cc591 RoundDownToSystemPage(reinterpret_cast<size_t>(end_ptr))); in PartitionPurgePage()