ReactOS 0.4.16-dev-1106-g00b5dc8
_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 1053 of file rtltypes.h.

Member Data Documentation

◆ 

union { ... } _RTL_HEAP_WALK_ENTRY::@2773

◆ AllocatorBackTraceIndex

USHORT _RTL_HEAP_WALK_ENTRY::AllocatorBackTraceIndex

Definition at line 1066 of file rtltypes.h.

◆ 

struct { ... } _RTL_HEAP_WALK_ENTRY::Block

◆ CommittedSize

ULONG_PTR _RTL_HEAP_WALK_ENTRY::CommittedSize

Definition at line 1071 of file rtltypes.h.

◆ DataAddress

PVOID _RTL_HEAP_WALK_ENTRY::DataAddress

Definition at line 1055 of file rtltypes.h.

◆ DataSize

SIZE_T _RTL_HEAP_WALK_ENTRY::DataSize

Definition at line 1056 of file rtltypes.h.

◆ FirstEntry

PVOID _RTL_HEAP_WALK_ENTRY::FirstEntry

Definition at line 1073 of file rtltypes.h.

◆ Flags

USHORT _RTL_HEAP_WALK_ENTRY::Flags

Definition at line 1059 of file rtltypes.h.

◆ LastEntry

PVOID _RTL_HEAP_WALK_ENTRY::LastEntry

Definition at line 1074 of file rtltypes.h.

◆ OverheadBytes

UCHAR _RTL_HEAP_WALK_ENTRY::OverheadBytes

Definition at line 1057 of file rtltypes.h.

◆ Reserved

ULONG _RTL_HEAP_WALK_ENTRY::Reserved[2]

Definition at line 1067 of file rtltypes.h.

◆ 

struct { ... } _RTL_HEAP_WALK_ENTRY::Segment

◆ SegmentIndex

UCHAR _RTL_HEAP_WALK_ENTRY::SegmentIndex

Definition at line 1058 of file rtltypes.h.

◆ Settable

SIZE_T _RTL_HEAP_WALK_ENTRY::Settable

Definition at line 1064 of file rtltypes.h.

◆ TagIndex

USHORT _RTL_HEAP_WALK_ENTRY::TagIndex

Definition at line 1065 of file rtltypes.h.

◆ UnCommittedSize

ULONG_PTR _RTL_HEAP_WALK_ENTRY::UnCommittedSize

Definition at line 1072 of file rtltypes.h.


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