Searched refs:PageInaccessible (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | page_allocator_internals_win.h | 31 case PageInaccessible: in GetAccessFlags() 73 if (accessibility == PageInaccessible) in TrySetSystemPagesAccessInternal() 83 if (accessibility == PageInaccessible) { in SetSystemPagesAccessInternal() 107 SetSystemPagesAccess(address, length, PageInaccessible); in DecommitSystemPagesInternal()
|
D | partition_bucket.cc | 55 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()
|
D | page_allocator.cc | 98 DCHECK(commit || accessibility == PageInaccessible); in SystemAllocPages() 215 DCHECK(PageInaccessible != accessibility); in RecommitSystemPages() 228 void* mem = SystemAllocPages(nullptr, size, PageInaccessible, in ReserveAddressSpace()
|
D | page_allocator.h | 21 PageInaccessible, enumerator
|
D | page_allocator_internals_posix.h | 77 case PageInaccessible: in GetAccessFlags()
|
D | partition_alloc.cc | 322 SetSystemPagesAccess(char_ptr + new_size, decommit_size, PageInaccessible); in PartitionReallocDirectMappedInPlace()
|