Virtual Memory Drop In

M

Mike

I am working on a system that has limited memory, 64 MB. I wanted to
know if there is somre sort of replacement for new/delete that could
page out to file. Basically I need a mini virtual memory manager
simmilay to overlays, but they are too static for my needs.
 
V

Victor Bazarov

Mike said:
I am working on a system that has limited memory, 64 MB. I wanted to
know if there is somre sort of replacement for new/delete that could
page out to file. Basically I need a mini virtual memory manager
simmilay to overlays, but they are too static for my needs.

Have you tried to google for it?
 
D

David Harmon

I am working on a system that has limited memory, 64 MB. I wanted to
know if there is somre sort of replacement for new/delete that could
page out to file. Basically I need a mini virtual memory manager
simmilay to overlays, but they are too static for my needs.

The "Available C++ Libraries FAQ" is compiled by Nikki Locke.
Due to the huge size of it, only the short text version is submitted
monthly to comp.lang.c++, news.answers, and at the traditional FAQ site
ftp://rtfm.mit.edu/pub/usenet-by-group/comp.lang.c++/C++-faq/libraries/

The full list is now only available on the Web at
http://www.trumphurst.com/cpplibs/ and
http://purl.oclc.org/NET/C++Libraries
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,427
Latest member
HildredDic

Latest Threads

Top