DEBUG_HEAP_INFO

typedef struct _DEBUG_HEAP_INFO { /* dhinf */

USHORT Creator;

USHORT HeaderSizeLog2;

USHORT ReservedPages;

USHORT CommittedPages;

USHORT AllocatorReservedPages;

USHORT AllocatorCommittedPages;

DWORD NumberOfEntries;

DEBUG_HEAP_ENTRY Entries[ 1 ];

} DEBUG_HEAP_INFO, *PDEBUG_HEAP_INFO;

Documentation for this structure is not available for this release.