Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator_internals_win.h31 case PageInaccessible: in GetAccessFlags()
73 if (accessibility == PageInaccessible) in TrySetSystemPagesAccessInternal()
83 if (accessibility == PageInaccessible) { in SetSystemPagesAccessInternal()
107 SetSystemPagesAccess(address, length, PageInaccessible); in DecommitSystemPagesInternal()
Dpartition_bucket.cc55 PageInaccessible); in PartitionDirectMap()
57 SetSystemPagesAccess(ptr, kSystemPageSize, PageInaccessible); in PartitionDirectMap()
58 SetSystemPagesAccess(slot + size, kSystemPageSize, PageInaccessible); in PartitionDirectMap()
245 SetSystemPagesAccess(super_page, kSystemPageSize, PageInaccessible); in AllocNewSlotSpan()
248 PageInaccessible); in AllocNewSlotSpan()
260 PageInaccessible); in AllocNewSlotSpan()
Dpage_allocator.cc98 DCHECK(commit || accessibility == PageInaccessible); in SystemAllocPages()
215 DCHECK(PageInaccessible != accessibility); in RecommitSystemPages()
228 void* mem = SystemAllocPages(nullptr, size, PageInaccessible, in ReserveAddressSpace()
Dpage_allocator.h21 PageInaccessible, enumerator
Dpage_allocator_internals_posix.h77 case PageInaccessible: in GetAccessFlags()
Dpartition_alloc.cc322 SetSystemPagesAccess(char_ptr + new_size, decommit_size, PageInaccessible); in PartitionReallocDirectMappedInPlace()