Searched refs:get_slots_per_span (Results 1 – 5 of 5) sorted by relevance
191 DCHECK(bucket->is_direct_mapped() || bucket->get_slots_per_span() == 1); in get_raw_size_ptr()250 bool ret = (num_allocated_slots == bucket->get_slots_per_span()); in is_full()284 num_unprovisioned_slots = bucket->get_slots_per_span(); in Reset()
55 ALWAYS_INLINE uint16_t get_slots_per_span() const { in get_slots_per_span() function
120 DCHECK(num_allocated_slots == bucket->get_slots_per_span() - 1); in FreeSlowPath()
461 size_t bucket_num_slots = bucket->get_slots_per_span(); in PartitionPurgePage()637 uint16_t bucket_num_slots = page->bucket->get_slots_per_span(); in PartitionDumpPageStats()687 uint16_t bucket_num_slots = bucket->get_slots_per_span(); in PartitionDumpBucketStats()
347 DCHECK(num_slots + page->num_allocated_slots == get_slots_per_span()); in AllocAndFillFreelist()