Re: Anyone know how to access the Link between Page File & Physical Memory?
From: Maxim S. Shatskih (maxim_at_storagecraft.com)
Date: 02/03/04
- Next message: Don Burn: "Re: Add new HW Wizard - how to auto install a nonPnp Device"
- Previous message: Maxim S. Shatskih: "Re: USB devices need drivers (again) when you change port?!?"
- In reply to: Antranik: "Anyone know how to access the Link between Page File & Physical Memory?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Feb 2004 18:52:23 +0300
You cannot do this without a driver.
-- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com "Antranik" <ardziv13REMOVE_CAPS@freenet.no_spam.am> wrote in message news:E8CC72FD-CDDB-4C0A-9FBB-416E6CDEB9BD@microsoft.com... > I went through debuging a call to malloc() to try to find out where the link between virtual memory and physical memory is stored, but ended up with calls to HeapAlloc() that are stepped over by the debugger. > > What I need to do is, given a buffer such as > int myBuffer = (int*)malloc(whateverSize * sizeof(int)); > > I want to lock the pages in physical memory and then map those pages to another virtual address. > > Does anyone know how to do this? > Thanks in advance. > > Antranik
- Next message: Don Burn: "Re: Add new HW Wizard - how to auto install a nonPnp Device"
- Previous message: Maxim S. Shatskih: "Re: USB devices need drivers (again) when you change port?!?"
- In reply to: Antranik: "Anyone know how to access the Link between Page File & Physical Memory?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|