Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator_internals_win.h116 void DiscardSystemPagesInternal(void* address, size_t length) { in DiscardSystemPagesInternal() function
Dpage_allocator_internals_posix.h194 void DiscardSystemPagesInternal(void* address, size_t length) { in DiscardSystemPagesInternal() function
Dpage_allocator.cc221 DiscardSystemPagesInternal(address, length); in DiscardSystemPages()