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.cc736 size_t num_direct_mapped_allocations = 0; in DumpStats() local
758 extent && num_direct_mapped_allocations < kMaxReportableDirectMaps; in DumpStats()
759 extent = extent->next_extent, ++num_direct_mapped_allocations) { in DumpStats()
766 direct_map_lengths[num_direct_mapped_allocations] = slot_size; in DumpStats()
779 for (size_t i = 0; i < num_direct_mapped_allocations; ++i) { in DumpStats()