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.cc1264 (page->num_allocated_slots * stats_out->bucket_slot_size); in PartitionDumpPageStats()
1268 stats_out->bucket_slot_size); in PartitionDumpPageStats()
1297 stats_out->bucket_slot_size = bucket->slot_size; in PartitionDumpBucketStats()
1299 size_t bucket_useful_storage = stats_out->bucket_slot_size * bucket_num_slots; in PartitionDumpBucketStats()
1400 stats.bucket_slot_size = size; in PartitionDumpStatsGeneric()
Dpartition_alloc.h382 uint32_t bucket_slot_size; // The size of the slot in bytes. member