|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
| union { | |
| UINT32 StrideAndOffset | |
| struct { | |
| UINT16 FirstAllocationOffset | |
| UINT16 BlockStride | |
| } | |
| }; | |
Definition at line 783 of file windows_heap.h.
| union { ... } |
| UINT16 _HEAP_USERDATA_OFFSETS::BlockStride |
Definition at line 788 of file windows_heap.h.
| UINT16 _HEAP_USERDATA_OFFSETS::FirstAllocationOffset |
Definition at line 787 of file windows_heap.h.
Referenced by GetHeapBlocks().
| UINT32 _HEAP_USERDATA_OFFSETS::StrideAndOffset |
Definition at line 785 of file windows_heap.h.
Referenced by GetHeapBlocks().