C# Class CSPspEmu.Hle.Modules.threadman.ThreadManForUser.FixedPool

Inheritance: IDisposable, IHleUidPoolClass
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
Attributes FplAttributes
BlockSize int
FreeBlocks List
MemoryManager CSPspEmu.Hle.Managers.HleMemoryManager
MemoryPartition MemoryPartition
Name string
NumberOfBlocks int
Options FplOptionsStruct
PartitionId MemoryPartitions
ThreadManForUser ThreadManForUser
UsedBlocks List
WaitItemList List

Méthodes publiques

Méthode Description
Allocate ( PspPointer DataPointer, uint Timeout, bool HandleCallbacks ) : void
FixedPool ( ThreadManForUser ThreadManForUser ) : System
Free ( PspPointer DataPointer ) : void
GetAddressFromBlockIndex ( int Index ) : uint
IDisposable ( ) : void
Init ( ) : void
ToString ( ) : string
TryAllocate ( PspPointer DataPointer ) : bool

Method Details

Allocate() public méthode

public Allocate ( PspPointer DataPointer, uint Timeout, bool HandleCallbacks ) : void
DataPointer PspPointer
Timeout uint
HandleCallbacks bool
Résultat void

FixedPool() public méthode

public FixedPool ( ThreadManForUser ThreadManForUser ) : System
ThreadManForUser ThreadManForUser
Résultat System

Free() public méthode

public Free ( PspPointer DataPointer ) : void
DataPointer PspPointer
Résultat void

GetAddressFromBlockIndex() public méthode

public GetAddressFromBlockIndex ( int Index ) : uint
Index int
Résultat uint

IDisposable() public méthode

public IDisposable ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TryAllocate() public méthode

public TryAllocate ( PspPointer DataPointer ) : bool
DataPointer PspPointer
Résultat bool

Property Details

Attributes public_oe property

public FplAttributes Attributes
Résultat FplAttributes

BlockSize public_oe property

public int BlockSize
Résultat int

FreeBlocks public_oe property

public List FreeBlocks
Résultat List

MemoryManager public_oe property

public HleMemoryManager,CSPspEmu.Hle.Managers MemoryManager
Résultat CSPspEmu.Hle.Managers.HleMemoryManager

MemoryPartition public_oe property

public MemoryPartition MemoryPartition
Résultat MemoryPartition

Name public_oe property

public string Name
Résultat string

NumberOfBlocks public_oe property

public int NumberOfBlocks
Résultat int

Options public_oe property

public FplOptionsStruct Options
Résultat FplOptionsStruct

PartitionId public_oe property

public MemoryPartitions PartitionId
Résultat MemoryPartitions

ThreadManForUser public_oe property

public ThreadManForUser,CSPspEmu.Hle.Modules.threadman ThreadManForUser
Résultat ThreadManForUser

UsedBlocks public_oe property

public List UsedBlocks
Résultat List

WaitItemList public_oe property

public List WaitItemList
Résultat List