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.cc998 size_t recommit_size = new_size - current_size; in partitionReallocDirectMappedInPlace() local
999 bool ret = SetSystemPagesAccessible(char_ptr + current_size, recommit_size); in partitionReallocDirectMappedInPlace()
1001 PartitionRecommitSystemPages(root, char_ptr + current_size, recommit_size); in partitionReallocDirectMappedInPlace()
1004 memset(char_ptr + current_size, kUninitializedByte, recommit_size); in partitionReallocDirectMappedInPlace()