Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_root_base.h83 ALWAYS_INLINE void RecommitSystemPages(void* address, size_t length);
188 ALWAYS_INLINE void PartitionRootBase::RecommitSystemPages(void* address, in RecommitSystemPages() function
190 CHECK(::pdfium::base::RecommitSystemPages(address, length, PageReadWrite)); in RecommitSystemPages()
Dpage_allocator.h123 BASE_EXPORT WARN_UNUSED_RESULT bool RecommitSystemPages(
Dpage_allocator.cc211 bool RecommitSystemPages(void* address, in RecommitSystemPages() function
Dpartition_bucket.cc516 root->RecommitSystemPages(addr, new_page->bucket->get_bytes_per_span()); in SlowPathAlloc()
Dpartition_alloc.cc329 root->RecommitSystemPages(char_ptr + current_size, recommit_size); in PartitionReallocDirectMappedInPlace()