Home
last modified time | relevance | path

Searched defs:PartitionRootBase (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h300 struct BASE_EXPORT PartitionRootBase { struct
301 size_t total_size_of_committed_pages;
302 size_t total_size_of_super_pages;
303 size_t total_size_of_direct_mapped_pages;
307 unsigned num_buckets;
308 unsigned max_allocation;
309 bool initialized;
333 struct PartitionRoot : public PartitionRootBase { argument