Skip to content

The EmptyWorkingSet function takes a process handle. It removes as many pages as possible from the process working set. This operation is useful primarily for testing, tuning and replace Garbage Collector (GC) in real-time.

Notifications You must be signed in to change notification settings

neojudgment/EmptyWorkingSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmptyWorkingSet

The EmptyWorkingSet function takes a process handle. It removes as many pages as possible from the process working set. This operation is useful primarily for testing, tuning and replace Garbage Collector (GC) in real-time.

Visual Studio 2022 C# 7.2

Working Set Information: https://msdn.microsoft.com/fr-fr/us-us/library/windows/desktop/ms687398(v=vs.85).aspx

Copyright © Pascal Hubert - Brussels, Belgium 2018 - 2022.

About

The EmptyWorkingSet function takes a process handle. It removes as many pages as possible from the process working set. This operation is useful primarily for testing, tuning and replace Garbage Collector (GC) in real-time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages