Searched refs:kHintIsAdvisory (Results 1 – 3 of 3) sorted by relevance
56 const bool cant_alloc_length = kHintIsAdvisory || address == nullptr; in AllocPagesIncludingReserved()148 if (kHintIsAdvisory || address == nullptr) in AllocPages()173 address = kHintIsAdvisory ? GetRandomPageBase() : nullptr; in AllocPages()
15 constexpr bool kHintIsAdvisory = false; variable
61 constexpr bool kHintIsAdvisory = true; variable