Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1363 stats.total_active_bytes += bucket_stats[i].active_bytes; in PartitionDumpStatsGeneric()
1408 stats.total_active_bytes += direct_mapped_allocations_total_size; in PartitionDumpStatsGeneric()
1433 stats.total_active_bytes += memory_stats[i].active_bytes; in PartitionDumpStats()
Dpartition_alloc.h371 size_t total_active_bytes; // Total active bytes in the partition. member