ReactOS 0.4.16-dev-1106-g00b5dc8
_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 1031 of file rtltypes.h.

Member Data Documentation

◆ Address

PVOID _RTL_HEAP_USAGE_ENTRY::Address

Definition at line 1034 of file rtltypes.h.

◆ AllocatorBackTraceIndex

USHORT _RTL_HEAP_USAGE_ENTRY::AllocatorBackTraceIndex

Definition at line 1036 of file rtltypes.h.

◆ Next

struct _RTL_HEAP_USAGE_ENTRY* _RTL_HEAP_USAGE_ENTRY::Next

Definition at line 1033 of file rtltypes.h.

◆ Size

SIZE_T _RTL_HEAP_USAGE_ENTRY::Size

Definition at line 1035 of file rtltypes.h.

◆ TagIndex

USHORT _RTL_HEAP_USAGE_ENTRY::TagIndex

Definition at line 1037 of file rtltypes.h.


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