ReactOS 0.4.15-dev-7934-g1dc8d80
_HEAP_ENTRY_EXTRA Struct Reference

#include <heap.h>

Public Attributes

union {
   struct {
      USHORT   AllocatorBackTraceIndex
 
      USHORT   TagIndex
 
      ULONG_PTR   Settable
 
   } 
 
   UINT64   ZeroInit
 
}; 
 

Detailed Description

Definition at line 291 of file heap.h.

Member Data Documentation

◆ 

union { ... } _HEAP_ENTRY_EXTRA::@4999

◆ AllocatorBackTraceIndex

USHORT _HEAP_ENTRY_EXTRA::AllocatorBackTraceIndex

Definition at line 297 of file heap.h.

◆ Settable

ULONG_PTR _HEAP_ENTRY_EXTRA::Settable

Definition at line 299 of file heap.h.

Referenced by RtlGetUserInfoHeap(), RtlReAllocateHeap(), and RtlSetUserValueHeap().

◆ TagIndex

USHORT _HEAP_ENTRY_EXTRA::TagIndex

Definition at line 298 of file heap.h.

Referenced by RtlReAllocateHeap().

◆ ZeroInit

UINT64 _HEAP_ENTRY_EXTRA::ZeroInit

Definition at line 301 of file heap.h.


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