ReactOS 0.4.17-dev-806-gffa4164
_ARBITER_ALLOCATION_STATE Struct Reference

#include <arbiter.h>

Collaboration diagram for _ARBITER_ALLOCATION_STATE:

Public Attributes

UINT64 Start
 
UINT64 End
 
UINT64 CurrentMinimum
 
UINT64 CurrentMaximum
 
PARBITER_LIST_ENTRY Entry
 
PARBITER_ALTERNATIVE CurrentAlternative
 
UINT32 AlternativeCount
 
PARBITER_ALTERNATIVE Alternatives
 
UINT16 Flags
 
UCHAR RangeAttributes
 
UCHAR RangeAvailableAttributes
 
ULONG_PTR WorkSpace
 

Detailed Description

Definition at line 81 of file arbiter.h.

Member Data Documentation

◆ AlternativeCount

UINT32 _ARBITER_ALLOCATION_STATE::AlternativeCount

Definition at line 89 of file arbiter.h.

◆ Alternatives

PARBITER_ALTERNATIVE _ARBITER_ALLOCATION_STATE::Alternatives

Definition at line 90 of file arbiter.h.

◆ CurrentAlternative

PARBITER_ALTERNATIVE _ARBITER_ALLOCATION_STATE::CurrentAlternative

Definition at line 88 of file arbiter.h.

Referenced by ArbiterLibAllocateEntry().

◆ CurrentMaximum

UINT64 _ARBITER_ALLOCATION_STATE::CurrentMaximum

Definition at line 86 of file arbiter.h.

Referenced by ArbiterLibAllocateEntry().

◆ CurrentMinimum

UINT64 _ARBITER_ALLOCATION_STATE::CurrentMinimum

Definition at line 85 of file arbiter.h.

Referenced by ArbiterLibAllocateEntry().

◆ End

UINT64 _ARBITER_ALLOCATION_STATE::End

Definition at line 84 of file arbiter.h.

◆ Entry

PARBITER_LIST_ENTRY _ARBITER_ALLOCATION_STATE::Entry

Definition at line 87 of file arbiter.h.

Referenced by ArbiterLibAllocateEntry(), and ArbpFreeAllocationWorkSpaces().

◆ Flags

UINT16 _ARBITER_ALLOCATION_STATE::Flags

Definition at line 91 of file arbiter.h.

Referenced by ArbiterLibAllocateEntry(), and ArbpFreeAllocationWorkSpaces().

◆ RangeAttributes

UCHAR _ARBITER_ALLOCATION_STATE::RangeAttributes

Definition at line 92 of file arbiter.h.

◆ RangeAvailableAttributes

UCHAR _ARBITER_ALLOCATION_STATE::RangeAvailableAttributes

Definition at line 93 of file arbiter.h.

◆ Start

UINT64 _ARBITER_ALLOCATION_STATE::Start

Definition at line 83 of file arbiter.h.

Referenced by ArbiterLibAllocateEntry().

◆ WorkSpace

ULONG_PTR _ARBITER_ALLOCATION_STATE::WorkSpace

Definition at line 94 of file arbiter.h.

Referenced by ArbpFreeAllocationWorkSpaces().


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