ReactOS 0.4.15-dev-7924-g5949c20
_DEBUG_HEAP_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _DEBUG_HEAP_INFORMATION:

Public Attributes

ULONG Base
 
ULONG Flags
 
USHORT Granularity
 
USHORT Unknown
 
ULONG Allocated
 
ULONG Committed
 
ULONG TagCount
 
ULONG BlockCount
 
ULONG Reserved [7]
 
PVOID Tags
 
PVOID Blocks
 

Detailed Description

Definition at line 1719 of file winternl.h.

Member Data Documentation

◆ Allocated

ULONG _DEBUG_HEAP_INFORMATION::Allocated

Definition at line 1724 of file winternl.h.

◆ Base

ULONG _DEBUG_HEAP_INFORMATION::Base

Definition at line 1720 of file winternl.h.

◆ BlockCount

ULONG _DEBUG_HEAP_INFORMATION::BlockCount

Definition at line 1727 of file winternl.h.

◆ Blocks

PVOID _DEBUG_HEAP_INFORMATION::Blocks

Definition at line 1730 of file winternl.h.

◆ Committed

ULONG _DEBUG_HEAP_INFORMATION::Committed

Definition at line 1725 of file winternl.h.

◆ Flags

ULONG _DEBUG_HEAP_INFORMATION::Flags

Definition at line 1721 of file winternl.h.

◆ Granularity

USHORT _DEBUG_HEAP_INFORMATION::Granularity

Definition at line 1722 of file winternl.h.

◆ Reserved

ULONG _DEBUG_HEAP_INFORMATION::Reserved[7]

Definition at line 1728 of file winternl.h.

◆ TagCount

ULONG _DEBUG_HEAP_INFORMATION::TagCount

Definition at line 1726 of file winternl.h.

◆ Tags

PVOID _DEBUG_HEAP_INFORMATION::Tags

Definition at line 1729 of file winternl.h.

◆ Unknown

USHORT _DEBUG_HEAP_INFORMATION::Unknown

Definition at line 1723 of file winternl.h.


The documentation for this struct was generated from the following file: