Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1348 size_t num_direct_mapped_allocations = 0; in PartitionDumpStatsGeneric() local
1370 extent && num_direct_mapped_allocations < kMaxReportableDirectMaps; in PartitionDumpStatsGeneric()
1371 extent = extent->next_extent, ++num_direct_mapped_allocations) { in PartitionDumpStatsGeneric()
1378 direct_map_lengths[num_direct_mapped_allocations] = slot_size; in PartitionDumpStatsGeneric()
1391 for (size_t i = 0; i < num_direct_mapped_allocations; ++i) { in PartitionDumpStatsGeneric()