Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_root_base.h82 ALWAYS_INLINE void DecommitSystemPages(void* address, size_t length);
182 ALWAYS_INLINE void PartitionRootBase::DecommitSystemPages(void* address, in DecommitSystemPages() function
184 ::pdfium::base::DecommitSystemPages(address, length); in DecommitSystemPages()
Dpage_allocator.h112 BASE_EXPORT void DecommitSystemPages(void* address, size_t length);
Dpartition_page.cc141 root->DecommitSystemPages(addr, bucket->get_bytes_per_span()); in Decommit()
Dpage_allocator.cc206 void DecommitSystemPages(void* address, size_t length) { in DecommitSystemPages() function
Dpartition_alloc.cc321 root->DecommitSystemPages(char_ptr + new_size, decommit_size); in PartitionReallocDirectMappedInPlace()