ReactOS 0.4.15-dev-7918-g2a2556c
_RTL_HEAP_WALK_ENTRY Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_HEAP_WALK_ENTRY:

Public Attributes

PVOID DataAddress
 
SIZE_T DataSize
 
UCHAR OverheadBytes
 
UCHAR SegmentIndex
 
USHORT Flags
 
union {
   struct {
      SIZE_T   Settable
 
      USHORT   TagIndex
 
      USHORT   AllocatorBackTraceIndex
 
      ULONG   Reserved [2]
 
   }   Block
 
   struct {
      ULONG_PTR   CommittedSize
 
      ULONG_PTR   UnCommittedSize
 
      PVOID   FirstEntry
 
      PVOID   LastEntry
 
   }   Segment
 
}; 
 

Detailed Description

Definition at line 1059 of file rtltypes.h.

Member Data Documentation

◆ 

union { ... } _RTL_HEAP_WALK_ENTRY::@2687

◆ AllocatorBackTraceIndex

USHORT _RTL_HEAP_WALK_ENTRY::AllocatorBackTraceIndex

Definition at line 1072 of file rtltypes.h.

◆ 

struct { ... } _RTL_HEAP_WALK_ENTRY::Block

◆ CommittedSize

ULONG_PTR _RTL_HEAP_WALK_ENTRY::CommittedSize

Definition at line 1077 of file rtltypes.h.

◆ DataAddress

PVOID _RTL_HEAP_WALK_ENTRY::DataAddress

Definition at line 1061 of file rtltypes.h.

◆ DataSize

SIZE_T _RTL_HEAP_WALK_ENTRY::DataSize

Definition at line 1062 of file rtltypes.h.

◆ FirstEntry

PVOID _RTL_HEAP_WALK_ENTRY::FirstEntry

Definition at line 1079 of file rtltypes.h.

◆ Flags

USHORT _RTL_HEAP_WALK_ENTRY::Flags

Definition at line 1065 of file rtltypes.h.

◆ LastEntry

PVOID _RTL_HEAP_WALK_ENTRY::LastEntry

Definition at line 1080 of file rtltypes.h.

◆ OverheadBytes

UCHAR _RTL_HEAP_WALK_ENTRY::OverheadBytes

Definition at line 1063 of file rtltypes.h.

◆ Reserved

ULONG _RTL_HEAP_WALK_ENTRY::Reserved[2]

Definition at line 1073 of file rtltypes.h.

◆ 

struct { ... } _RTL_HEAP_WALK_ENTRY::Segment

◆ SegmentIndex

UCHAR _RTL_HEAP_WALK_ENTRY::SegmentIndex

Definition at line 1064 of file rtltypes.h.

◆ Settable

SIZE_T _RTL_HEAP_WALK_ENTRY::Settable

Definition at line 1070 of file rtltypes.h.

◆ TagIndex

USHORT _RTL_HEAP_WALK_ENTRY::TagIndex

Definition at line 1071 of file rtltypes.h.

◆ UnCommittedSize

ULONG_PTR _RTL_HEAP_WALK_ENTRY::UnCommittedSize

Definition at line 1078 of file rtltypes.h.


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