Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.h100 BASE_EXPORT void RecommitSystemPages(void* address, size_t length);
Dpage_allocator.cc233 void RecommitSystemPages(void* address, size_t length) { in RecommitSystemPages() function
Dpartition_alloc.cc355 RecommitSystemPages(address, length); in PartitionRecommitSystemPages()