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

#include <windows_heap.h>

Public Attributes

PVOID Base
 
DWORD Flags
 
USHORT Granularity
 
USHORT CreatorBackTraceIndex
 
SIZE_T Allocated
 
SIZE_T Committed
 
DWORD TagCount
 
DWORD BlockCount
 
DWORD PseudoTagCount
 
DWORD PseudoTagGranularity
 
DWORD Reserved [5]
 
PVOID Tags
 
PVOID Blocks
 

Detailed Description

Definition at line 973 of file windows_heap.h.

Member Data Documentation

◆ Allocated

SIZE_T _DEBUG_HEAP_INFORMATION::Allocated

Definition at line 978 of file windows_heap.h.

Referenced by InitHeapInfo().

◆ Base

PVOID _DEBUG_HEAP_INFORMATION::Base

Definition at line 974 of file windows_heap.h.

Referenced by InitHeapInfo(), and w32_list_heaps_blocks().

◆ BlockCount

DWORD _DEBUG_HEAP_INFORMATION::BlockCount

Definition at line 981 of file windows_heap.h.

Referenced by GetFirstHeapBlock(), GetNextHeapBlock(), and w32_list_heaps_blocks().

◆ Blocks

PVOID _DEBUG_HEAP_INFORMATION::Blocks

◆ Committed

SIZE_T _DEBUG_HEAP_INFORMATION::Committed

Definition at line 979 of file windows_heap.h.

Referenced by InitHeapInfo().

◆ CreatorBackTraceIndex

USHORT _DEBUG_HEAP_INFORMATION::CreatorBackTraceIndex

Definition at line 977 of file windows_heap.h.

◆ Flags

DWORD _DEBUG_HEAP_INFORMATION::Flags

Definition at line 975 of file windows_heap.h.

◆ Granularity

USHORT _DEBUG_HEAP_INFORMATION::Granularity

◆ PseudoTagCount

DWORD _DEBUG_HEAP_INFORMATION::PseudoTagCount

Definition at line 982 of file windows_heap.h.

◆ PseudoTagGranularity

DWORD _DEBUG_HEAP_INFORMATION::PseudoTagGranularity

Definition at line 983 of file windows_heap.h.

◆ Reserved

DWORD _DEBUG_HEAP_INFORMATION::Reserved[5]

Definition at line 984 of file windows_heap.h.

◆ TagCount

DWORD _DEBUG_HEAP_INFORMATION::TagCount

Definition at line 980 of file windows_heap.h.

◆ Tags

PVOID _DEBUG_HEAP_INFORMATION::Tags

Definition at line 985 of file windows_heap.h.


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