home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / programm / 11724 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!think.com!sdd.hp.com!hp-cv!hp-pcd!news1.boi.hp.com!verghese
  3. From: verghese@boi.hp.com (Phil Verghese)
  4. Subject: Re: VIRTUAL MEMORY
  5. Sender: news@boi.hp.com (News Server Project)
  6. Message-ID: <C05Bno.9K@boi.hp.com>
  7. Date: Thu, 31 Dec 1992 22:55:00 GMT
  8. References: <6500.115.uupcb@cutting.hou.tx.us>
  9. Organization: Hewlett-Packard
  10. Lines: 27
  11.  
  12. In article <6500.115.uupcb@cutting.hou.tx.us> jeff.carbonell@cutting.hou.tx.us (Jeff Carbonell)  writes:
  13. >I'm looking for a caching mechanism for virtual memory in 'C'. Any
  14. >suggestions.
  15. >
  16.  
  17. I just got a brochure for VMData by PocketSoft (the makers of RTLink).
  18. I don't have any experience with this, but it looks interesting.  Has
  19. anyone out there used this product?
  20.  
  21. Here's some info from the brochure:
  22.     PocketSoft  1-800-826-8086
  23.  
  24. VMData is a replacement for malloc.  When you want to dynamically
  25. allocate data, you call VMData functions instead of malloc.  The
  26. virtual storage can be in EMS, XMS or disk.
  27.  
  28. There's a version for DOS and Windows.  Each version has two
  29. libraries: one for development (debugging) and one for production.
  30. The development library does more error checking than the production
  31. one.
  32.  
  33. Languages/Compilers supported: MSC 5.1, 6.0 and C++ 7.0; Borland C++
  34. 2.0, 3.0, 3.1; MS Fortran 5.0,5.1
  35.  
  36. I'd be interested in hearing from anyone that's actually used this.
  37.  
  38.             Phil
  39.