ReactOS 0.4.15-dev-7918-g2a2556c
_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 148 of file heap.h.

Member Data Documentation

◆ Allocs

ULONG _HEAP_TAG_ENTRY::Allocs

Definition at line 150 of file heap.h.

◆ CreatorBackTraceIndex

USHORT _HEAP_TAG_ENTRY::CreatorBackTraceIndex

Definition at line 154 of file heap.h.

◆ Frees

ULONG _HEAP_TAG_ENTRY::Frees

Definition at line 151 of file heap.h.

◆ Size

ULONG _HEAP_TAG_ENTRY::Size

Definition at line 152 of file heap.h.

◆ TagIndex

USHORT _HEAP_TAG_ENTRY::TagIndex

Definition at line 153 of file heap.h.

◆ TagName

WCHAR _HEAP_TAG_ENTRY::TagName[24]

Definition at line 155 of file heap.h.


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