hi,
I want to force a soft to stay in non-paged pool memory in user mode.
is there someone have an idea?
Jaltus
Printable View
hi,
I want to force a soft to stay in non-paged pool memory in user mode.
is there someone have an idea?
Jaltus
First, I'm not sure if NT based systems will allow this, generally the OS is responsible for allocating program memory. On a win 9x machine you could do it in assembly (even with C perhaps but I've never done memory management with C). Also, on an NT machine, if you disabled the paging file, that would get you the results you want, but it's not exactly a programmatic fix.