Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc320 size_t decommit_size = current_size - new_size; in PartitionReallocDirectMappedInPlace() local
321 root->DecommitSystemPages(char_ptr + new_size, decommit_size); in PartitionReallocDirectMappedInPlace()
322 SetSystemPagesAccess(char_ptr + new_size, decommit_size, PageInaccessible); in PartitionReallocDirectMappedInPlace()