DEBUG_HEAP_ENTRY

typedef struct _DEBUG_HEAP_ENTRY { /* dhent */

DWORD Address;

USHORT Size;

USHORT Allocator;

} DEBUG_HEAP_ENTRY, *PDEBUG_HEAP_ENTRY;

Documentation for this structure is not available for this release.