Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc303 bool ret = (page->num_allocated_slots == PartitionBucketSlots(page->bucket)); in PartitionPageStateIsFull()
467 page->num_unprovisioned_slots = PartitionBucketSlots(page->bucket); in PartitionPageReset()
506 DCHECK(num_slots + page->num_allocated_slots == PartitionBucketSlots(bucket)); in PartitionPageAllocAndFillFreelist()
946 DCHECK(page->num_allocated_slots == PartitionBucketSlots(bucket) - 1); in PartitionFreeSlowPath()
1094 size_t bucket_num_slots = PartitionBucketSlots(bucket); in PartitionPurgePage()
1249 uint16_t bucket_num_slots = PartitionBucketSlots(page->bucket); in PartitionDumpPageStats()
1298 uint16_t bucket_num_slots = PartitionBucketSlots(bucket); in PartitionDumpBucketStats()
Dpartition_alloc.h620 ALWAYS_INLINE uint16_t PartitionBucketSlots(const PartitionBucket* bucket) { in PartitionBucketSlots() function
635 PartitionBucketSlots(bucket) == 1); in PartitionPageGetRawSizePtr()