Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc56 const bool cant_alloc_length = kHintIsAdvisory || address == nullptr; in AllocPagesIncludingReserved()
148 if (kHintIsAdvisory || address == nullptr) in AllocPages()
173 address = kHintIsAdvisory ? GetRandomPageBase() : nullptr; in AllocPages()
Dpage_allocator_internals_win.h15 constexpr bool kHintIsAdvisory = false; variable
Dpage_allocator_internals_posix.h61 constexpr bool kHintIsAdvisory = true; variable