Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1341 std::unique_ptr<uint32_t[]> direct_map_lengths = nullptr; in PartitionDumpStatsGeneric() local
1343 direct_map_lengths = in PartitionDumpStatsGeneric()
1378 direct_map_lengths[num_direct_mapped_allocations] = slot_size; in PartitionDumpStatsGeneric()
1392 uint32_t size = direct_map_lengths[i]; in PartitionDumpStatsGeneric()