ReactOS 0.4.15-dev-7958-gcd0bb1a
_RTL_HEAP_ENTRY Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_HEAP_ENTRY:

Public Attributes

SIZE_T Size
 
USHORT Flags
 
USHORT AllocatorBackTraceIndex
 
union {
   struct {
      SIZE_T   Settable
 
      ULONG   Tag
 
   }   s1
 
   struct {
      SIZE_T   CommittedSize
 
      PVOID   FirstBlock
 
   }   s2
 
u
 

Detailed Description

Definition at line 1085 of file rtltypes.h.

Member Data Documentation

◆ AllocatorBackTraceIndex

USHORT _RTL_HEAP_ENTRY::AllocatorBackTraceIndex

Definition at line 1089 of file rtltypes.h.

◆ CommittedSize

SIZE_T _RTL_HEAP_ENTRY::CommittedSize

Definition at line 1099 of file rtltypes.h.

◆ FirstBlock

PVOID _RTL_HEAP_ENTRY::FirstBlock

Definition at line 1100 of file rtltypes.h.

◆ Flags

USHORT _RTL_HEAP_ENTRY::Flags

Definition at line 1088 of file rtltypes.h.

◆ 

struct { ... } _RTL_HEAP_ENTRY::s1

◆ 

struct { ... } _RTL_HEAP_ENTRY::s2

◆ Settable

SIZE_T _RTL_HEAP_ENTRY::Settable

Definition at line 1094 of file rtltypes.h.

◆ Size

SIZE_T _RTL_HEAP_ENTRY::Size

Definition at line 1087 of file rtltypes.h.

◆ Tag

ULONG _RTL_HEAP_ENTRY::Tag

Definition at line 1095 of file rtltypes.h.

◆ 

union { ... } _RTL_HEAP_ENTRY::u

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