Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc651 (page->num_allocated_slots * stats_out->bucket_slot_size); in PartitionDumpPageStats()
656 stats_out->bucket_slot_size); in PartitionDumpPageStats()
686 stats_out->bucket_slot_size = bucket->slot_size; in PartitionDumpBucketStats()
688 size_t bucket_useful_storage = stats_out->bucket_slot_size * bucket_num_slots; in PartitionDumpBucketStats()
787 mapped_stats.bucket_slot_size = size; in DumpStats()
Dpartition_alloc.h194 uint32_t bucket_slot_size; // The size of the slot in bytes. member