home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / internal / 1581 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.8 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!usc!zaphod.mps.ohio-state.edu!think.com!samsung!transfer!jerome.az.stratus.com
  2. From: dtri@jerome.az.stratus.com (Dave Trinidad)
  3. Newsgroups: comp.unix.internals
  4. Subject: Re: SVR4/386 virtual memory info
  5. Message-ID: <5047@transfer.stratus.com>
  6. Date: 22 Jul 92 19:44:52 GMT
  7. References: <1992Jul18.181047.23311@netfs.dnd.ca>
  8. Sender: usenet@transfer.stratus.com
  9. Reply-To: dtri@jerome.az.stratus.com (Dave Trinidad)
  10. Lines: 36
  11.  
  12. In article <1992Jul18.181047.23311@netfs.dnd.ca> boucher@ncs.dnd.ca (R.  
  13. Boucher) writes:
  14. > I'm looking for the declaration of a global array/structure called  
  15. anoninfo.
  16. > Anoninfo is of size 3 longs.  It is not defined in <sys/sysinfo.h> or
  17. > any of the <sys/vm*.h> (or in any file within the /etc/conf or
  18. > /usr/include subdirectories).  
  19. It's in the source tree in the uts/{cpu type}/vm directory in a header
  20. file anon.h. Unless your a source code licensee you probably wont find
  21. it referenced ...
  22.  
  23. BTW) This structure is used for EVERY anonymous virtual page whether this
  24. page is on swap or actually resident in memory. It's main purpose is to
  25. hold a reference count of the page so the last reference count on a multiply  
  26. referenced copy-on-write page  can actually be tracked ...In particular this  
  27. structure can be used to optimize the copy-on-write fork() ...
  28.  
  29.  
  30. > Robert Boucher
  31. > (HOME/WORK) boucher@ncs.dnd.ca
  32. > (WORK) ...!uunet!revcan!dcsem!252
  33. > (HOME) ...!uunet!revcan!flatout!asimov!rob
  34.  
  35. ---
  36. *********************************************
  37. David R. Trinidad            #include <disclaimer.h>
  38. Stratus Computer Systems    (602) 852-3135
  39. 4455 East Camelback RD. #115A        UNIX is a way of life ...
  40. Phoenix AZ. 85018
  41. Internet:
  42. david_trinidad@az.stratus.com    PHX Telecom CAC
  43.         
  44. ********************************************        
  45.