Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Daddress_space_randomization.cc127 static BOOL isWow64 = -1; in GetRandomPageBase() local
128 if (isWow64 == -1 && !IsWow64Process(GetCurrentProcess(), &isWow64)) in GetRandomPageBase()
129 isWow64 = FALSE; in GetRandomPageBase()
130 if (!isWow64) in GetRandomPageBase()