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

#include <windows_heap.h>

Public Attributes

HEAP_VS_CHUNK_HEADER_SIZE Sizes
 
union {
   ULONG   EncodedSegmentPageOffset: 8
 
   ULONG   UnusedBytes: 1
 
   ULONG   SkipDuringWalk: 1
 
   ULONG   Spare: 22
 
   ULONG   AllocatedChunkBits
 
}; 
 

Detailed Description

Definition at line 378 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ AllocatedChunkBits

ULONG _HEAP_VS_CHUNK_HEADER::AllocatedChunkBits

Definition at line 385 of file windows_heap.h.

◆ EncodedSegmentPageOffset

ULONG _HEAP_VS_CHUNK_HEADER::EncodedSegmentPageOffset

Definition at line 381 of file windows_heap.h.

◆ Sizes

HEAP_VS_CHUNK_HEADER_SIZE _HEAP_VS_CHUNK_HEADER::Sizes

Definition at line 379 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks().

◆ SkipDuringWalk

ULONG _HEAP_VS_CHUNK_HEADER::SkipDuringWalk

Definition at line 383 of file windows_heap.h.

◆ Spare

ULONG _HEAP_VS_CHUNK_HEADER::Spare

Definition at line 384 of file windows_heap.h.

◆ UnusedBytes

ULONG _HEAP_VS_CHUNK_HEADER::UnusedBytes

Definition at line 382 of file windows_heap.h.


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