Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_root_base.h81 ALWAYS_INLINE void DecreaseCommittedPages(size_t len);
176 ALWAYS_INLINE void PartitionRootBase::DecreaseCommittedPages(size_t len) { in DecreaseCommittedPages() function
185 DecreaseCommittedPages(length); in DecommitSystemPages()
Dpartition_page.cc39 root->DecreaseCommittedPages(uncommitted_page_size); in PartitionDirectUnmap()