Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::memory::DebugDumpHeapMemEx Function
C++
MEM_PROC void MEM_API DebugDumpHeapMemEx(PMEM pHeap, LOGICAL bVerbose);
#define DebugDumpHeapMem(h) DebugDumpMemEx( (h), TRUE )
MEM_PROC void MEM_API DebugDumpMemEx(LOGICAL bVerbose);
Parameters 
Description 
Heap 
Heap to dump the memory blocks of. 
PMEM pHeap 
Heap to dump. If NULL or unspecified, dump the default heap. 
LOGICAL bVerbose 
Specify to dump each block's information, otherwise only summary information is generated. 

Dumps all blocks into the log.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!