Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc217 void DecommitSystemPages(void* address, size_t length) { in DecommitSystemPages() function
249 DecommitSystemPages(address, length); in DiscardSystemPages()
Dpage_allocator.h94 BASE_EXPORT void DecommitSystemPages(void* address, size_t length);
Dpartition_alloc.cc348 DecommitSystemPages(address, length); in PartitionDecommitSystemPages()