ReactOS 0.4.15-dev-7924-g5949c20
_RTL_HEAP_USAGE_ENTRY Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_HEAP_USAGE_ENTRY:

Public Attributes

struct _RTL_HEAP_USAGE_ENTRYNext
 
PVOID Address
 
SIZE_T Size
 
USHORT AllocatorBackTraceIndex
 
USHORT TagIndex
 

Detailed Description

Definition at line 1037 of file rtltypes.h.

Member Data Documentation

◆ Address

PVOID _RTL_HEAP_USAGE_ENTRY::Address

Definition at line 1040 of file rtltypes.h.

◆ AllocatorBackTraceIndex

USHORT _RTL_HEAP_USAGE_ENTRY::AllocatorBackTraceIndex

Definition at line 1042 of file rtltypes.h.

◆ Next

struct _RTL_HEAP_USAGE_ENTRY* _RTL_HEAP_USAGE_ENTRY::Next

Definition at line 1039 of file rtltypes.h.

◆ Size

SIZE_T _RTL_HEAP_USAGE_ENTRY::Size

Definition at line 1041 of file rtltypes.h.

◆ TagIndex

USHORT _RTL_HEAP_USAGE_ENTRY::TagIndex

Definition at line 1043 of file rtltypes.h.


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