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

#include <windows_heap.h>

Public Attributes

struct {
   BYTE   IsBucket: 1
 
   BYTE   Spare0: 7
 
}; 
 
BYTE BucketIndex
 
union {
   BYTE   SlotCount
 
   BYTE   SlotIndex
 
}; 
 
BYTE Spare1
 
WPARAM AvailableSubsegmentCount
 
RTL_SRWLOCK Lock
 
LIST_ENTRY AvailableSubsegmentList
 
LIST_ENTRY FullSubsegmentList
 

Detailed Description

Definition at line 451 of file windows_heap.h.

Member Data Documentation

◆ 

struct { ... }

◆ 

union { ... }

◆ AvailableSubsegmentCount

WPARAM _HEAP_LFH_SUBSEGMENT_OWNER::AvailableSubsegmentCount

Definition at line 462 of file windows_heap.h.

◆ AvailableSubsegmentList

LIST_ENTRY _HEAP_LFH_SUBSEGMENT_OWNER::AvailableSubsegmentList

Definition at line 464 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks().

◆ BucketIndex

BYTE _HEAP_LFH_SUBSEGMENT_OWNER::BucketIndex

Definition at line 456 of file windows_heap.h.

◆ FullSubsegmentList

LIST_ENTRY _HEAP_LFH_SUBSEGMENT_OWNER::FullSubsegmentList

Definition at line 465 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks().

◆ IsBucket

BYTE _HEAP_LFH_SUBSEGMENT_OWNER::IsBucket

Definition at line 453 of file windows_heap.h.

◆ Lock

RTL_SRWLOCK _HEAP_LFH_SUBSEGMENT_OWNER::Lock

Definition at line 463 of file windows_heap.h.

◆ SlotCount

BYTE _HEAP_LFH_SUBSEGMENT_OWNER::SlotCount

Definition at line 458 of file windows_heap.h.

◆ SlotIndex

BYTE _HEAP_LFH_SUBSEGMENT_OWNER::SlotIndex

Definition at line 459 of file windows_heap.h.

◆ Spare0

BYTE _HEAP_LFH_SUBSEGMENT_OWNER::Spare0

Definition at line 454 of file windows_heap.h.

◆ Spare1

BYTE _HEAP_LFH_SUBSEGMENT_OWNER::Spare1

Definition at line 461 of file windows_heap.h.


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