Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc197 void SetSystemPagesInaccessible(void* address, size_t length) { in SetSystemPagesInaccessible() function
229 SetSystemPagesInaccessible(address, length); in DecommitSystemPages()
Dpage_allocator.h73 BASE_EXPORT void SetSystemPagesInaccessible(void* address, size_t length);
Dpartition_alloc.cc402 SetSystemPagesInaccessible(super_page, kSystemPageSize); in PartitionAllocPartitionPages()
403 SetSystemPagesInaccessible(super_page + (kSystemPageSize * 2), in PartitionAllocPartitionPages()
406 SetSystemPagesInaccessible(super_page + (kSuperPageSize - kPartitionPageSize), in PartitionAllocPartitionPages()
666 SetSystemPagesInaccessible(ptr + (kSystemPageSize * 2), in PartitionDirectMap()
669 SetSystemPagesInaccessible(ptr, kSystemPageSize); in PartitionDirectMap()
670 SetSystemPagesInaccessible(slot + size, kSystemPageSize); in PartitionDirectMap()
994 SetSystemPagesInaccessible(char_ptr + new_size, decommitSize); in partitionReallocDirectMappedInPlace()