Searched refs:SetSystemPagesAccess (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_bucket.cc | 53 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()
|
D | page_allocator.h | 86 BASE_EXPORT void SetSystemPagesAccess(
|
D | page_allocator_internals_win.h | 107 SetSystemPagesAccess(address, length, PageInaccessible); in DecommitSystemPagesInternal()
|
D | page_allocator.cc | 199 void SetSystemPagesAccess(void* address, in SetSystemPagesAccess() function
|
D | partition_alloc.cc | 322 SetSystemPagesAccess(char_ptr + new_size, decommit_size, PageInaccessible); in PartitionReallocDirectMappedInPlace() 328 SetSystemPagesAccess(char_ptr + current_size, recommit_size, PageReadWrite); in PartitionReallocDirectMappedInPlace()
|