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

#include <windows_heap.h>

Public Attributes

WORD BlockUnits
 
UINT8 SizeIndex
 
union {
   BYTE   Flags
 
   union {
      BYTE   UseAffinity: 1
 
      BYTE   DebugFlags: 2
 
   } 
 
}; 
 

Detailed Description

Definition at line 870 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ BlockUnits

WORD _HEAP_BUCKET::BlockUnits

Definition at line 871 of file windows_heap.h.

◆ DebugFlags

BYTE _HEAP_BUCKET::DebugFlags

Definition at line 877 of file windows_heap.h.

◆ Flags

BYTE _HEAP_BUCKET::Flags

Definition at line 874 of file windows_heap.h.

◆ SizeIndex

UINT8 _HEAP_BUCKET::SizeIndex

Definition at line 872 of file windows_heap.h.

◆ UseAffinity

BYTE _HEAP_BUCKET::UseAffinity

Definition at line 876 of file windows_heap.h.


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