|
Rizin
unix-like reverse engineering framework and cli tools
|
#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 |
Definition at line 973 of file windows_heap.h.
| SIZE_T _DEBUG_HEAP_INFORMATION::Allocated |
Definition at line 978 of file windows_heap.h.
Referenced by InitHeapInfo().
| PVOID _DEBUG_HEAP_INFORMATION::Base |
Definition at line 974 of file windows_heap.h.
Referenced by InitHeapInfo(), and w32_list_heaps_blocks().
| DWORD _DEBUG_HEAP_INFORMATION::BlockCount |
Definition at line 981 of file windows_heap.h.
Referenced by GetFirstHeapBlock(), GetNextHeapBlock(), and w32_list_heaps_blocks().
| PVOID _DEBUG_HEAP_INFORMATION::Blocks |
Definition at line 986 of file windows_heap.h.
Referenced by GetFirstHeapBlock(), GetNextHeapBlock(), rz_heap_blocks_list(), and w32_list_heaps_blocks().
| SIZE_T _DEBUG_HEAP_INFORMATION::Committed |
Definition at line 979 of file windows_heap.h.
Referenced by InitHeapInfo().
| USHORT _DEBUG_HEAP_INFORMATION::CreatorBackTraceIndex |
Definition at line 977 of file windows_heap.h.
| DWORD _DEBUG_HEAP_INFORMATION::Flags |
Definition at line 975 of file windows_heap.h.
| USHORT _DEBUG_HEAP_INFORMATION::Granularity |
Definition at line 976 of file windows_heap.h.
Referenced by GetFirstHeapBlock(), GetNextHeapBlock(), InitHeapInfo(), rz_heap_blocks_list(), and w32_list_heaps_blocks().
| DWORD _DEBUG_HEAP_INFORMATION::PseudoTagCount |
Definition at line 982 of file windows_heap.h.
| DWORD _DEBUG_HEAP_INFORMATION::PseudoTagGranularity |
Definition at line 983 of file windows_heap.h.
| DWORD _DEBUG_HEAP_INFORMATION::Reserved[5] |
Definition at line 984 of file windows_heap.h.
| DWORD _DEBUG_HEAP_INFORMATION::TagCount |
Definition at line 980 of file windows_heap.h.
| PVOID _DEBUG_HEAP_INFORMATION::Tags |
Definition at line 985 of file windows_heap.h.