ReactOS 0.4.16-dev-1481-ga753f34
_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 3305 of file winternl.h.

Member Data Documentation

◆ Allocated

ULONG _DEBUG_HEAP_INFORMATION::Allocated

Definition at line 3310 of file winternl.h.

◆ Base

ULONG _DEBUG_HEAP_INFORMATION::Base

Definition at line 3306 of file winternl.h.

◆ BlockCount

ULONG _DEBUG_HEAP_INFORMATION::BlockCount

Definition at line 3313 of file winternl.h.

◆ Blocks

PVOID _DEBUG_HEAP_INFORMATION::Blocks

Definition at line 3316 of file winternl.h.

◆ Committed

ULONG _DEBUG_HEAP_INFORMATION::Committed

Definition at line 3311 of file winternl.h.

◆ Flags

ULONG _DEBUG_HEAP_INFORMATION::Flags

Definition at line 3307 of file winternl.h.

◆ Granularity

USHORT _DEBUG_HEAP_INFORMATION::Granularity

Definition at line 3308 of file winternl.h.

◆ Reserved

ULONG _DEBUG_HEAP_INFORMATION::Reserved[7]

Definition at line 3314 of file winternl.h.

◆ TagCount

ULONG _DEBUG_HEAP_INFORMATION::TagCount

Definition at line 3312 of file winternl.h.

◆ Tags

PVOID _DEBUG_HEAP_INFORMATION::Tags

Definition at line 3315 of file winternl.h.

◆ Unknown

USHORT _DEBUG_HEAP_INFORMATION::Unknown

Definition at line 3309 of file winternl.h.


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