Exemple #1
0
 public void AddIntoWorkingSet(UserPtr userPtr, Pointer virtualAddr)
 {
     workingSet.Add(userPtr, virtualAddr);
 }