Home
last modified time | relevance | path

Searched refs:get_slots_per_span (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_page.h191 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()
Dpartition_bucket.h55 ALWAYS_INLINE uint16_t get_slots_per_span() const { in get_slots_per_span() function
Dpartition_page.cc120 DCHECK(num_allocated_slots == bucket->get_slots_per_span() - 1); in FreeSlowPath()
Dpartition_alloc.cc461 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()
Dpartition_bucket.cc347 DCHECK(num_slots + page->num_allocated_slots == get_slots_per_span()); in AllocAndFillFreelist()