TLocalHeapMonitor

The TLocalHeapMonitor constructor has several options:

          enum EIgnoreOld { kReportOld = 0, kIgnoreOld = 1 };
          enum EZapMemory { kDontZapMemory = 0, kZapMemory = 1 };
      
          TLocalHeapMonitor(const char* outputFileName=0,
                        EIgnoreOld ignoreOld=kReportOld,
                        EZapMemory zapMemory=kDontZapMemory,
                        FrameCount depth=8,
                        TStandardMemoryHeap* whichHeap=0);
    Uninitialized memory gets filled with the pattern 0xDEAFBEED.
    Deleted memory gets filled with the pattern 0xFEEDDEAD.

[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