Home
last modified time | relevance | path

Searched refs:RoundUpToSystemPage (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc466 uint32_t used_bytes = static_cast<uint32_t>(RoundUpToSystemPage(raw_size)); in PartitionPurgePage()
524 RoundUpToSystemPage(reinterpret_cast<size_t>(begin_ptr))); in PartitionPurgePage()
528 RoundUpToSystemPage(reinterpret_cast<size_t>(end_ptr))); in PartitionPurgePage()
589 RoundUpToSystemPage(reinterpret_cast<size_t>(begin_ptr))); in PartitionPurgePage()
655 RoundUpToSystemPage((bucket_num_slots - page->num_unprovisioned_slots) * in PartitionDumpPageStats()
Dpage_allocator.h153 constexpr ALWAYS_INLINE uintptr_t RoundUpToSystemPage(uintptr_t address) { in RoundUpToSystemPage() function
Dpartition_bucket.cc362 RoundUpToSystemPage(reinterpret_cast<size_t>(first_freelist_pointer))); in AllocAndFillFreelist()