Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc30 static const bool kHintIsAdvisory = true; variable
38 static const bool kHintIsAdvisory = false; variable
139 if (kHintIsAdvisory || ret) { in AllocPages()
173 address = kHintIsAdvisory ? GetRandomPageBase() : nullptr; in AllocPages()