ReactOS 0.4.15-dev-7958-gcd0bb1a
_RTL_HEAP_TAG Struct Reference

#include <rtltypes.h>

Public Attributes

ULONG NumberOfAllocations
 
ULONG NumberOfFrees
 
SIZE_T BytesAllocated
 
USHORT TagIndex
 
USHORT CreatorBackTraceIndex
 
WCHAR TagName [24]
 

Detailed Description

Definition at line 1105 of file rtltypes.h.

Member Data Documentation

◆ BytesAllocated

SIZE_T _RTL_HEAP_TAG::BytesAllocated

Definition at line 1109 of file rtltypes.h.

◆ CreatorBackTraceIndex

USHORT _RTL_HEAP_TAG::CreatorBackTraceIndex

Definition at line 1111 of file rtltypes.h.

◆ NumberOfAllocations

ULONG _RTL_HEAP_TAG::NumberOfAllocations

Definition at line 1107 of file rtltypes.h.

◆ NumberOfFrees

ULONG _RTL_HEAP_TAG::NumberOfFrees

Definition at line 1108 of file rtltypes.h.

◆ TagIndex

USHORT _RTL_HEAP_TAG::TagIndex

Definition at line 1110 of file rtltypes.h.

◆ TagName

WCHAR _RTL_HEAP_TAG::TagName[24]

Definition at line 1112 of file rtltypes.h.


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