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

#include <windows_heap.h>

Public Attributes

union {
   struct {
      ULONG   Bucket
 
      ULONG   RunLength
 
   } 
 
   UINT64   Aggregate64
 
}; 
 

Detailed Description

Definition at line 882 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ Aggregate64

UINT64 _HEAP_BUCKET_RUN_INFO::Aggregate64

Definition at line 888 of file windows_heap.h.

◆ Bucket

ULONG _HEAP_BUCKET_RUN_INFO::Bucket

Definition at line 885 of file windows_heap.h.

◆ RunLength

ULONG _HEAP_BUCKET_RUN_INFO::RunLength

Definition at line 886 of file windows_heap.h.


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