Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc208 bool SetSystemPagesAccessible(void* address, size_t length) { in SetSystemPagesAccessible() function
238 CHECK(SetSystemPagesAccessible(address, length)); in RecommitSystemPages()
Dpage_allocator.h81 BASE_EXPORT WARN_UNUSED_RESULT bool SetSystemPagesAccessible(void* address,
Dpartition_alloc.cc999 bool ret = SetSystemPagesAccessible(char_ptr + current_size, recommit_size); in partitionReallocDirectMappedInPlace()