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.cc725 static const size_t kMaxReportableDirectMaps = 4096; in DumpStats() local
732 std::unique_ptr<uint32_t[]>(new uint32_t[kMaxReportableDirectMaps]); in DumpStats()
758 extent && num_direct_mapped_allocations < kMaxReportableDirectMaps; in DumpStats()