Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc73 double best_waste_ratio = 1.0f; in PartitionBucketNumSystemPages() local
96 if (waste_ratio < best_waste_ratio) { in PartitionBucketNumSystemPages()
97 best_waste_ratio = waste_ratio; in PartitionBucketNumSystemPages()