ReactOS 0.4.17-dev-243-g1369312
_HEAP_TAG_ENTRY Struct Reference

#include <heap.h>

Public Attributes

ULONG Allocs
 
ULONG Frees
 
ULONG Size
 
USHORT TagIndex
 
USHORT CreatorBackTraceIndex
 
WCHAR TagName [24]
 

Detailed Description

Definition at line 156 of file heap.h.

Member Data Documentation

◆ Allocs

ULONG _HEAP_TAG_ENTRY::Allocs

Definition at line 158 of file heap.h.

◆ CreatorBackTraceIndex

USHORT _HEAP_TAG_ENTRY::CreatorBackTraceIndex

Definition at line 162 of file heap.h.

◆ Frees

ULONG _HEAP_TAG_ENTRY::Frees

Definition at line 159 of file heap.h.

◆ Size

ULONG _HEAP_TAG_ENTRY::Size

Definition at line 160 of file heap.h.

◆ TagIndex

USHORT _HEAP_TAG_ENTRY::TagIndex

Definition at line 161 of file heap.h.

◆ TagName

WCHAR _HEAP_TAG_ENTRY::TagName[24]

Definition at line 163 of file heap.h.


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