Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc131 address = GetRandomPageBase(); in AllocPages()
159 address = GetRandomPageBase(); in AllocPages()
173 address = kHintIsAdvisory ? GetRandomPageBase() : nullptr; in AllocPages()
Daddress_space_randomization.h13 void* GetRandomPageBase();
Daddress_space_randomization.cc89 void* GetRandomPageBase() { in GetRandomPageBase() function