Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
union { | |
struct { | |
ULONG Bucket | |
ULONG RunLength | |
} | |
UINT64 Aggregate64 | |
}; | |
Definition at line 882 of file windows_heap.h.
union { ... } |
UINT64 _HEAP_BUCKET_RUN_INFO::Aggregate64 |
Definition at line 888 of file windows_heap.h.
ULONG _HEAP_BUCKET_RUN_INFO::Bucket |
Definition at line 885 of file windows_heap.h.
ULONG _HEAP_BUCKET_RUN_INFO::RunLength |
Definition at line 886 of file windows_heap.h.