Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.h77 BASE_EXPORT WARN_UNUSED_RESULT bool TrySetSystemPagesAccess(
Dpage_allocator_internals_win.h113 return TrySetSystemPagesAccess(address, length, accessibility); in RecommitSystemPagesInternal()
Dpage_allocator.cc192 bool TrySetSystemPagesAccess(void* address, in TrySetSystemPagesAccess() function