Searched refs:DiscardSystemPages (Results 1 – 4 of 4) sorted by relevance
149 BASE_EXPORT void DiscardSystemPages(void* address, size_t length);
176 DiscardSystemPages(address, length); in DecommitSystemPagesInternal()
472 DiscardSystemPages(ptr, discardable_bytes); in PartitionPurgePage()567 DiscardSystemPages(begin_ptr, unprovisioned_bytes); in PartitionPurgePage()596 DiscardSystemPages(begin_ptr, partial_slot_bytes); in PartitionPurgePage()
219 void DiscardSystemPages(void* address, size_t length) { in DiscardSystemPages() function