|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
| union { | |
| WPARAM HeaderBits | |
| USHORT KeyUShort | |
| ULONG KeyULong | |
| struct { | |
| USHORT MemoryCost | |
| USHORT UnsafeSize | |
| USHORT UnsafePrevSize | |
| UINT8 Allocated | |
| } | |
| }; | |
Definition at line 364 of file windows_heap.h.
| union { ... } |
| UINT8 _HEAP_VS_CHUNK_HEADER_SIZE::Allocated |
Definition at line 373 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks().
| WPARAM _HEAP_VS_CHUNK_HEADER_SIZE::HeaderBits |
Definition at line 366 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks().
| ULONG _HEAP_VS_CHUNK_HEADER_SIZE::KeyULong |
Definition at line 368 of file windows_heap.h.
| USHORT _HEAP_VS_CHUNK_HEADER_SIZE::KeyUShort |
Definition at line 367 of file windows_heap.h.
| USHORT _HEAP_VS_CHUNK_HEADER_SIZE::MemoryCost |
Definition at line 370 of file windows_heap.h.
| USHORT _HEAP_VS_CHUNK_HEADER_SIZE::UnsafePrevSize |
Definition at line 372 of file windows_heap.h.
| USHORT _HEAP_VS_CHUNK_HEADER_SIZE::UnsafeSize |
Definition at line 371 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks().