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

#include <windows_heap.h>

Public Attributes

union {
   WPARAM   HeaderBits
 
   USHORT   KeyUShort
 
   ULONG   KeyULong
 
   struct {
      USHORT   MemoryCost
 
      USHORT   UnsafeSize
 
      USHORT   UnsafePrevSize
 
      UINT8   Allocated
 
   } 
 
}; 
 

Detailed Description

Definition at line 364 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ Allocated

UINT8 _HEAP_VS_CHUNK_HEADER_SIZE::Allocated

Definition at line 373 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks().

◆ HeaderBits

WPARAM _HEAP_VS_CHUNK_HEADER_SIZE::HeaderBits

Definition at line 366 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks().

◆ KeyULong

ULONG _HEAP_VS_CHUNK_HEADER_SIZE::KeyULong

Definition at line 368 of file windows_heap.h.

◆ KeyUShort

USHORT _HEAP_VS_CHUNK_HEADER_SIZE::KeyUShort

Definition at line 367 of file windows_heap.h.

◆ MemoryCost

USHORT _HEAP_VS_CHUNK_HEADER_SIZE::MemoryCost

Definition at line 370 of file windows_heap.h.

◆ UnsafePrevSize

USHORT _HEAP_VS_CHUNK_HEADER_SIZE::UnsafePrevSize

Definition at line 372 of file windows_heap.h.

◆ UnsafeSize

USHORT _HEAP_VS_CHUNK_HEADER_SIZE::UnsafeSize

Definition at line 371 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks().


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