Process Hacker
_RTL_HEAP_INFORMATION Struct Reference

#include <ntrtl.h>

Data Fields

PVOID BaseAddress
 
ULONG Flags
 
USHORT EntryOverhead
 
USHORT CreatorBackTraceIndex
 
SIZE_T BytesAllocated
 
SIZE_T BytesCommitted
 
ULONG NumberOfTags
 
ULONG NumberOfEntries
 
ULONG NumberOfPseudoTags
 
ULONG PseudoTagGranularity
 
ULONG Reserved [5]
 
PRTL_HEAP_TAG Tags
 
PRTL_HEAP_ENTRY Entries
 

Detailed Description

Definition at line 3197 of file ntrtl.h.

Field Documentation

PVOID BaseAddress

Definition at line 3199 of file ntrtl.h.

SIZE_T BytesAllocated

Definition at line 3203 of file ntrtl.h.

SIZE_T BytesCommitted

Definition at line 3204 of file ntrtl.h.

USHORT CreatorBackTraceIndex

Definition at line 3202 of file ntrtl.h.

PRTL_HEAP_ENTRY Entries

Definition at line 3211 of file ntrtl.h.

USHORT EntryOverhead

Definition at line 3201 of file ntrtl.h.

ULONG Flags

Definition at line 3200 of file ntrtl.h.

ULONG NumberOfEntries

Definition at line 3206 of file ntrtl.h.

ULONG NumberOfPseudoTags

Definition at line 3207 of file ntrtl.h.

ULONG NumberOfTags

Definition at line 3205 of file ntrtl.h.

ULONG PseudoTagGranularity

Definition at line 3208 of file ntrtl.h.

ULONG Reserved[5]

Definition at line 3209 of file ntrtl.h.

Definition at line 3210 of file ntrtl.h.


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