Ricardo Narvaja
November 27th, 2002, 15:39
In winapis32 the api SetProcessWorkingSetSize is defined
The SetProcessWorkingSetSize function sets the minimum and maximum working set sizes for a specified process.
The working set of a process is the set of memory pages currently visible to the process in physical RAM memory. These pages are resident and available for an application to use without triggering a page fault. The size of the working set of a process is specified in bytes. The minimum and maximum working set sizes affect the virtual memory paging behavior of a process.
in OLLY this api not exist, in a program is used and OLLY dont show in names nothing, in view executables, kernel32, view names , dont exist in the list of exports functions.
is a bug?
Ricardo Narvaja
The SetProcessWorkingSetSize function sets the minimum and maximum working set sizes for a specified process.
The working set of a process is the set of memory pages currently visible to the process in physical RAM memory. These pages are resident and available for an application to use without triggering a page fault. The size of the working set of a process is specified in bytes. The minimum and maximum working set sizes affect the virtual memory paging behavior of a process.
in OLLY this api not exist, in a program is used and OLLY dont show in names nothing, in view executables, kernel32, view names , dont exist in the list of exports functions.
is a bug?
Ricardo Narvaja