Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc808 PartitionBucketBytes(new_page->bucket)); in PartitionAllocSlowPath()
855 PartitionDecommitSystemPages(root, addr, PartitionBucketBytes(page->bucket)); in PartitionDecommitPage()
1157 DCHECK(end_ptr <= ptr + PartitionBucketBytes(bucket)); in PartitionPurgePage()
1300 stats_out->allocated_page_size = PartitionBucketBytes(bucket); in PartitionDumpBucketStats()
Dpartition_alloc.h616 ALWAYS_INLINE size_t PartitionBucketBytes(const PartitionBucket* bucket) { in PartitionBucketBytes() function
621 return static_cast<uint16_t>(PartitionBucketBytes(bucket) / in PartitionBucketSlots()