Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
WPARAM | heap |
WPARAM | segment |
WPARAM | unusedBytes |
USHORT | granularity |
Definition at line 931 of file windows_heap.h.
USHORT _HeapBlockExtraInfo::granularity |
Definition at line 935 of file windows_heap.h.
Referenced by __lfh_segment_loop(), GetFirstHeapBlock(), GetHeapBlocks(), GetNextHeapBlock(), GetSegmentHeapBlocks(), GetSingleBlock(), GetSingleSegmentBlock(), rz_heap_blocks_list(), rz_heap_debug_block_win(), and w32_list_heaps_blocks().
WPARAM _HeapBlockExtraInfo::heap |
Definition at line 932 of file windows_heap.h.
Referenced by GetSingleSegmentBlock().
WPARAM _HeapBlockExtraInfo::segment |
Definition at line 933 of file windows_heap.h.
Referenced by __lfh_segment_loop(), GetHeapBlocks(), GetSegmentHeapBlocks(), and GetSingleSegmentBlock().
WPARAM _HeapBlockExtraInfo::unusedBytes |
Definition at line 934 of file windows_heap.h.
Referenced by GetFirstHeapBlock(), GetHeapBlocks(), GetNextHeapBlock(), GetSegmentHeapBlocks(), GetSingleBlock(), GetSingleSegmentBlock(), rz_heap_blocks_list(), rz_heap_debug_block_win(), and w32_list_heaps_blocks().