Searched refs:PartitionBucketBytes (Results 1 – 2 of 2) sorted by relevance
808 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()
616 ALWAYS_INLINE size_t PartitionBucketBytes(const PartitionBucket* bucket) { in PartitionBucketBytes() function621 return static_cast<uint16_t>(PartitionBucketBytes(bucket) / in PartitionBucketSlots()