Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.h149 BASE_EXPORT void DiscardSystemPages(void* address, size_t length);
Dpage_allocator_internals_posix.h176 DiscardSystemPages(address, length); in DecommitSystemPagesInternal()
Dpartition_alloc.cc472 DiscardSystemPages(ptr, discardable_bytes); in PartitionPurgePage()
567 DiscardSystemPages(begin_ptr, unprovisioned_bytes); in PartitionPurgePage()
596 DiscardSystemPages(begin_ptr, partial_slot_bytes); in PartitionPurgePage()
Dpage_allocator.cc219 void DiscardSystemPages(void* address, size_t length) { in DiscardSystemPages() function