Growing virtual memory

Started by
1 comment, last by Shannon Barber 20 years, 11 months ago
Other than memory-mapped files, are there any Win32 API calls for manipulating virtual memory that will let you append pages (and/or shuffle them around) in user-mode?
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
Advertisement
Try looking up function "MapUserPhysicalPages" in the Platform SDK, I don''t know if this is what you''re looking for (or even in the ballpack) but its an idea.
I'm not sure what you need to do, but does VirtualAllocEx satisfy your demands?

Here's an MSDN link to all documented memory management functions in Win32.

[edited by - CoffeeMug on April 28, 2003 6:00:50 PM]

This topic is closed to new replies.

Advertisement