Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
HEAP_VS_CHUNK_HEADER_SIZE | Sizes |
union { | |
ULONG EncodedSegmentPageOffset: 8 | |
ULONG UnusedBytes: 1 | |
ULONG SkipDuringWalk: 1 | |
ULONG Spare: 22 | |
ULONG AllocatedChunkBits | |
}; | |
Definition at line 378 of file windows_heap.h.
union { ... } |
ULONG _HEAP_VS_CHUNK_HEADER::AllocatedChunkBits |
Definition at line 385 of file windows_heap.h.
ULONG _HEAP_VS_CHUNK_HEADER::EncodedSegmentPageOffset |
Definition at line 381 of file windows_heap.h.
HEAP_VS_CHUNK_HEADER_SIZE _HEAP_VS_CHUNK_HEADER::Sizes |
Definition at line 379 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks().
ULONG _HEAP_VS_CHUNK_HEADER::SkipDuringWalk |
Definition at line 383 of file windows_heap.h.
ULONG _HEAP_VS_CHUNK_HEADER::Spare |
Definition at line 384 of file windows_heap.h.
ULONG _HEAP_VS_CHUNK_HEADER::UnusedBytes |
Definition at line 382 of file windows_heap.h.