TLocalHeapAnalyzer

The TLocalHeapAnalyzer constructor has several options:

          enum EIgnoreOld { kReportOld = 0, kIgnoreOld = 1 };
          enum EOnlyGarbage { kAllBlocks = 0, kOnlyGarbage = 1 };
          enum EZapMemory { kDontZapMemory = 0, kZapMemory = 1 };
          
          TLocalHeapAnalyzer(const char* outputFileName=0,
                         EIgnoreOld ignoreOld = kReportOld,
                         EOnlyGarbage onlyGarbage = kAllBlocks,
                         EZapMemory zapMemory = kDontZapMemory,
                         FrameCount depth=8,
                         TStandardMemoryHeap* whichHeap=0);
All other options are the same as those for TLocalHeapMonitor (see page 97).


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker