home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 21081 < prev    next >
Encoding:
Text File  |  1993-01-09  |  931 b   |  23 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!linac!att!news.cs.indiana.edu!umn.edu!csus.edu!netcom.com!nagle
  3. From: nagle@netcom.com (John Nagle)
  4. Subject: Re: Heap scrambling in MacsBug?
  5. Message-ID: <1993Jan9.185105.25104@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. References: <Jan09.050251.40508@yuma.ACNS.ColoState.EDU>
  8. Date: Sat, 9 Jan 1993 18:51:05 GMT
  9. Lines: 12
  10.  
  11. cantrell@lamar.ColoState.EDU (Carol Cantrell) writes:
  12.  
  13. >What is HEAP SCRAMBLING in MacsBug (hs command)??  What is it for?
  14.  
  15.       It's a way to test that an application does not retain references to
  16. unlocked handles.  With heap scrambling turned on, requests for heap space
  17. result in some unnecessary movement of objects on the heap.  This tends
  18. to break programs which reference unlocked handles.  It thus makes it
  19. more likely that incorrect programs will fail.
  20.  
  21.                     John Nagle
  22.       
  23.