home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14519 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  786 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!not-for-mail
  2. From: gregt@function.mps.ohio-state.edu (Gregory M Ferrar)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Looping through all allocated blocks
  5. Date: 25 Aug 1992 21:49:42 -0400
  6. Organization: Department of Mathematics, The Ohio State University
  7. Lines: 6
  8. Message-ID: <17envmINNgab@function.mps.ohio-state.edu>
  9. NNTP-Posting-Host: function.mps.ohio-state.edu
  10. Keywords: memory, handle, pointer
  11.  
  12. I'm writing a program in THINK C, and I would really like to know how to
  13. examine each memory block in order.  In other words, I would like some sort
  14. of loop which allows me to process all handles or pointers which have been
  15. allocated since the start of the program.  How can this be done?
  16.  
  17.   -Greg Ferrar (gregt@function.mps.ohio-state.edu)
  18.