Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc327 size_t recommit_size = new_size - current_size; in PartitionReallocDirectMappedInPlace() local
328 SetSystemPagesAccess(char_ptr + current_size, recommit_size, PageReadWrite); in PartitionReallocDirectMappedInPlace()
329 root->RecommitSystemPages(char_ptr + current_size, recommit_size); in PartitionReallocDirectMappedInPlace()
332 memset(char_ptr + current_size, kUninitializedByte, recommit_size); in PartitionReallocDirectMappedInPlace()