Rizin
unix-like reverse engineering framework and cli tools
_HEAP_TAG_ENTRY Struct Reference

#include <windows_heap.h>

Public Attributes

ULONG32 Allocs
 
ULONG32 Frees
 
WPARAM Size
 
UINT16 TagIndex
 
UINT16 CreatorBackTraceIndex
 
WCHAR TagName [24]
 

Detailed Description

Definition at line 275 of file windows_heap.h.

Member Data Documentation

◆ Allocs

ULONG32 _HEAP_TAG_ENTRY::Allocs

Definition at line 276 of file windows_heap.h.

◆ CreatorBackTraceIndex

UINT16 _HEAP_TAG_ENTRY::CreatorBackTraceIndex

Definition at line 280 of file windows_heap.h.

◆ Frees

ULONG32 _HEAP_TAG_ENTRY::Frees

Definition at line 277 of file windows_heap.h.

◆ Size

WPARAM _HEAP_TAG_ENTRY::Size

Definition at line 278 of file windows_heap.h.

◆ TagIndex

UINT16 _HEAP_TAG_ENTRY::TagIndex

Definition at line 279 of file windows_heap.h.

◆ TagName

WCHAR _HEAP_TAG_ENTRY::TagName[24]

Definition at line 281 of file windows_heap.h.


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