ReactOS 0.4.15-dev-7958-gcd0bb1a
_RTL_HEAP_INFORMATION Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_HEAP_INFORMATION:

Public Attributes

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 1115 of file rtltypes.h.

Member Data Documentation

◆ BaseAddress

PVOID _RTL_HEAP_INFORMATION::BaseAddress

Definition at line 1117 of file rtltypes.h.

Referenced by Heap32First(), Heap32Next(), and TH32CreateSnapshotSectionInitialize().

◆ BytesAllocated

SIZE_T _RTL_HEAP_INFORMATION::BytesAllocated

Definition at line 1121 of file rtltypes.h.

◆ BytesCommitted

SIZE_T _RTL_HEAP_INFORMATION::BytesCommitted

Definition at line 1122 of file rtltypes.h.

◆ CreatorBackTraceIndex

USHORT _RTL_HEAP_INFORMATION::CreatorBackTraceIndex

Definition at line 1120 of file rtltypes.h.

◆ Entries

PRTL_HEAP_ENTRY _RTL_HEAP_INFORMATION::Entries

Definition at line 1129 of file rtltypes.h.

Referenced by Heap32First(), and Heap32Next().

◆ EntryOverhead

USHORT _RTL_HEAP_INFORMATION::EntryOverhead

Definition at line 1119 of file rtltypes.h.

Referenced by Heap32First(), and Heap32Next().

◆ Flags

ULONG _RTL_HEAP_INFORMATION::Flags

Definition at line 1118 of file rtltypes.h.

Referenced by TH32CreateSnapshotSectionInitialize().

◆ NumberOfEntries

ULONG _RTL_HEAP_INFORMATION::NumberOfEntries

Definition at line 1124 of file rtltypes.h.

Referenced by Heap32First(), and Heap32Next().

◆ NumberOfPseudoTags

ULONG _RTL_HEAP_INFORMATION::NumberOfPseudoTags

Definition at line 1125 of file rtltypes.h.

◆ NumberOfTags

ULONG _RTL_HEAP_INFORMATION::NumberOfTags

Definition at line 1123 of file rtltypes.h.

◆ PseudoTagGranularity

ULONG _RTL_HEAP_INFORMATION::PseudoTagGranularity

Definition at line 1126 of file rtltypes.h.

◆ Reserved

ULONG _RTL_HEAP_INFORMATION::Reserved[5]

Definition at line 1127 of file rtltypes.h.

◆ Tags

PRTL_HEAP_TAG _RTL_HEAP_INFORMATION::Tags

Definition at line 1128 of file rtltypes.h.


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