Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator_internals_win.h106 void DecommitSystemPagesInternal(void* address, size_t length) { in DecommitSystemPagesInternal() function
Dpage_allocator_internals_posix.h167 void DecommitSystemPagesInternal(void* address, size_t length) { in DecommitSystemPagesInternal() function
Dpage_allocator.cc208 DecommitSystemPagesInternal(address, length); in DecommitSystemPages()