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

#include <windows_heap.h>

Public Attributes

union {
   struct {
      UINT16   AllocatorBackTraceIndex
 
      UINT16   TagIndex
 
      WPARAM   Settable
 
   } 
 
   UINT64   ZeroInit
 
}; 
 

Detailed Description

Definition at line 745 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ AllocatorBackTraceIndex

UINT16 _HEAP_ENTRY_EXTRA::AllocatorBackTraceIndex

Definition at line 748 of file windows_heap.h.

◆ Settable

WPARAM _HEAP_ENTRY_EXTRA::Settable

Definition at line 753 of file windows_heap.h.

◆ TagIndex

UINT16 _HEAP_ENTRY_EXTRA::TagIndex

Definition at line 749 of file windows_heap.h.

◆ ZeroInit

UINT64 _HEAP_ENTRY_EXTRA::ZeroInit

Definition at line 761 of file windows_heap.h.


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