Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1337 static const size_t kMaxReportableDirectMaps = 4096; in PartitionDumpStatsGeneric() local
1344 std::unique_ptr<uint32_t[]>(new uint32_t[kMaxReportableDirectMaps]); in PartitionDumpStatsGeneric()
1370 extent && num_direct_mapped_allocations < kMaxReportableDirectMaps; in PartitionDumpStatsGeneric()