Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1335 size_t direct_mapped_allocations_total_size = 0; in PartitionDumpStatsGeneric() local
1375 direct_mapped_allocations_total_size += slot_size; in PartitionDumpStatsGeneric()
1407 stats.total_resident_bytes += direct_mapped_allocations_total_size; in PartitionDumpStatsGeneric()
1408 stats.total_active_bytes += direct_mapped_allocations_total_size; in PartitionDumpStatsGeneric()