Re: Forcing data into RAM memory only?
- From: "anton bassov"<xxx@xxxxxxx>
- Date: Sat, 22 Apr 2006 11:24:28 -0500
Hi Slava
I am afraid everything below applies only if the target machine has more
than 4 GB of RAM
number of pages; then call VirtualAlloc() >>with the flag MEM_PHYSICAL toConsult PSDK/MSDN for "Address Windowing Extensions".
Basically, you need to call AllocateUserPhysicalPages() >> to allocate a
reserve a window in your
address space; then call MapUserPhysicalPages() or
MapUserPhysicalPagesScatter() to map the physical pages >>into the window.
Regards
Anton Bassov
.
- Follow-Ups:
- Re: Forcing data into RAM memory only?
- From: Slava M. Usov
- Re: Forcing data into RAM memory only?
- References:
- Re: Forcing data into RAM memory only?
- From: Slava M. Usov
- Re: Forcing data into RAM memory only?
- Prev by Date: Re: named pipe in service connected to non-admin application?
- Next by Date: Re: Network file write speed
- Previous by thread: Re: Forcing data into RAM memory only?
- Next by thread: Re: Forcing data into RAM memory only?
- Index(es):