|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
| ULONG_PTR | dwAddress |
| SIZE_T | dwSize |
| DWORD | dwFlags |
| SIZE_T | index |
| PHeapBlockExtraInfo | extraInfo |
Definition at line 938 of file windows_heap.h.
| ULONG_PTR _HeapBlock::dwAddress |
Definition at line 939 of file windows_heap.h.
Referenced by GetFirstHeapBlock(), GetNextHeapBlock(), GetSingleBlock(), GetSingleSegmentBlock(), rz_heap_blocks_list(), and w32_list_heaps_blocks().
| DWORD _HeapBlock::dwFlags |
Definition at line 941 of file windows_heap.h.
Referenced by GetFirstHeapBlock(), GetSingleBlock(), GetSingleSegmentBlock(), rz_heap_blocks_list(), rz_heap_debug_block_win(), and w32_list_heaps_blocks().
| SIZE_T _HeapBlock::dwSize |
Definition at line 940 of file windows_heap.h.
Referenced by GetFirstHeapBlock(), GetNextHeapBlock(), GetSingleBlock(), GetSingleSegmentBlock(), rz_heap_blocks_list(), rz_heap_debug_block_win(), and w32_list_heaps_blocks().
| PHeapBlockExtraInfo _HeapBlock::extraInfo |
Definition at line 943 of file windows_heap.h.
Referenced by free_extra_info(), GetFirstHeapBlock(), GetNextHeapBlock(), GetSingleBlock(), GetSingleSegmentBlock(), rz_heap_blocks_list(), rz_heap_debug_block_win(), and w32_list_heaps_blocks().
| SIZE_T _HeapBlock::index |
Definition at line 942 of file windows_heap.h.
Referenced by GetFirstHeapBlock(), and GetNextHeapBlock().