Process Hacker
_RTL_HEAP_ENTRY Struct Reference

#include <ntrtl.h>

Data Fields

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 3157 of file ntrtl.h.

Field Documentation

USHORT AllocatorBackTraceIndex

Definition at line 3161 of file ntrtl.h.

SIZE_T CommittedSize

Definition at line 3171 of file ntrtl.h.

PVOID FirstBlock

Definition at line 3172 of file ntrtl.h.

USHORT Flags

Definition at line 3160 of file ntrtl.h.

struct { ... } s1
struct { ... } s2
SIZE_T Settable

Definition at line 3166 of file ntrtl.h.

SIZE_T Size

Definition at line 3159 of file ntrtl.h.

ULONG Tag

Definition at line 3167 of file ntrtl.h.

union { ... } u

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