Rizin
unix-like reverse engineering framework and cli tools
_HEAP_BUCKET_COUNTERS Struct Reference

#include <windows_heap.h>

Public Attributes

union {
   struct {
      ULONG   TotalBlocks
 
      ULONG   SubSegmentCounts
 
   } 
 
   UINT64   Aggregate64
 
}; 
 

Detailed Description

Definition at line 93 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ Aggregate64

UINT64 _HEAP_BUCKET_COUNTERS::Aggregate64

Definition at line 99 of file windows_heap.h.

◆ SubSegmentCounts

ULONG _HEAP_BUCKET_COUNTERS::SubSegmentCounts

Definition at line 97 of file windows_heap.h.

◆ TotalBlocks

ULONG _HEAP_BUCKET_COUNTERS::TotalBlocks

Definition at line 96 of file windows_heap.h.


The documentation for this struct was generated from the following file: