Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
union { | |
struct { | |
ULONG TotalBlocks | |
ULONG SubSegmentCounts | |
} | |
UINT64 Aggregate64 | |
}; | |
Definition at line 93 of file windows_heap.h.
union { ... } |
UINT64 _HEAP_BUCKET_COUNTERS::Aggregate64 |
Definition at line 99 of file windows_heap.h.
ULONG _HEAP_BUCKET_COUNTERS::SubSegmentCounts |
Definition at line 97 of file windows_heap.h.
ULONG _HEAP_BUCKET_COUNTERS::TotalBlocks |
Definition at line 96 of file windows_heap.h.