Re: physical storage on disk
"William" <port@xxxxxxxxxxxxxxxxxx> wrote in message
news:%23yn211fdHHA.4868@xxxxxxxxxxxxxxxxxxxxxxx
Env: WindowsXP, VC++6.0
Is there any function that I can force the system to allcate physical
storage on disk NOT in RAM?
I think you are referring to memory mapped files. See CreateFileMapping()
and MapViewOfFile().
-- David
.
Relevant Pages
- Re: Window is stealing my HD size
... powers-of-two sizes that were near-universal for RAM. ... or some units are set aside as spares -similar to disk drives- ... leaving less than a full complement of units for actual storage. ... (comp.sys.ibm.pc.hardware.storage) - Re: physical storage on disk
... storage on disk NOT in RAM? ... I'm not sure what you want to do exactly, but by using a memory mapped file ... (microsoft.public.vc.language) - Re: Filesystem, RAID Question
... data *on the card* will be attempt to be flushed to disk... ... accurately: /persistent/) storage. ... Data in OS-level caches will be lost, ... take about 1000x longer than access to main RAM, ... (freebsd-questions) - Re: Window is stealing my HD size
... sizes that were near-universal for RAM. ... disk drives- leaving less than a full complement of units for actual storage. ... It's quite possible that RAM storage goes the same way disk storage has ... (comp.sys.ibm.pc.hardware.storage) - Re: >8GB in Blade 2000 ?
... I know the spec says 8 GB max, but I also know it is sometimes possible to use unsupported, but usable combinations in Sun hardware. ... I've run out of RAM a couple of times, so if it is possible to go above 8 GB at a semi-affordable price, I might be tempted to do so. ... I think the OP was referring to the maximum amount of RAM that can be installed, not the disk size. ... (comp.unix.solaris) |
|