Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.cc53 SetSystemPagesAccess(ptr + (kSystemPageSize * 2), in PartitionDirectMap()
57 SetSystemPagesAccess(ptr, kSystemPageSize, PageInaccessible); in PartitionDirectMap()
58 SetSystemPagesAccess(slot + size, kSystemPageSize, PageInaccessible); in PartitionDirectMap()
211 SetSystemPagesAccess(ret, total_size, PageReadWrite); in AllocNewSlotSpan()
245 SetSystemPagesAccess(super_page, kSystemPageSize, PageInaccessible); in AllocNewSlotSpan()
246 SetSystemPagesAccess(super_page + (kSystemPageSize * 2), in AllocNewSlotSpan()
258 SetSystemPagesAccess(super_page + kPartitionPageSize + total_size, in AllocNewSlotSpan()
Dpage_allocator.h86 BASE_EXPORT void SetSystemPagesAccess(
Dpage_allocator_internals_win.h107 SetSystemPagesAccess(address, length, PageInaccessible); in DecommitSystemPagesInternal()
Dpage_allocator.cc199 void SetSystemPagesAccess(void* address, in SetSystemPagesAccess() function
Dpartition_alloc.cc322 SetSystemPagesAccess(char_ptr + new_size, decommit_size, PageInaccessible); in PartitionReallocDirectMappedInPlace()
328 SetSystemPagesAccess(char_ptr + current_size, recommit_size, PageReadWrite); in PartitionReallocDirectMappedInPlace()