Property | Type | Description | |
---|---|---|---|
Attributes | FplAttributes | ||
BlockSize | int | ||
FreeBlocks | List |
||
MemoryManager | |||
MemoryPartition | MemoryPartition | ||
Name | string | ||
NumberOfBlocks | int | ||
Options | FplOptionsStruct | ||
PartitionId | MemoryPartitions | ||
ThreadManForUser | |||
UsedBlocks | List |
||
WaitItemList | List |
Method | Description | |
---|---|---|
Allocate ( PspPointer DataPointer, uint Timeout, bool HandleCallbacks ) : void | ||
FixedPool ( |
||
Free ( PspPointer DataPointer ) : void | ||
GetAddressFromBlockIndex ( int Index ) : uint | ||
IDisposable ( ) : void | ||
Init ( ) : void | ||
ToString ( ) : string | ||
TryAllocate ( PspPointer DataPointer ) : bool |
public Allocate ( PspPointer DataPointer, uint Timeout, bool HandleCallbacks ) : void | ||
DataPointer | PspPointer | |
Timeout | uint | |
HandleCallbacks | bool | |
return | void |
public FixedPool ( |
||
ThreadManForUser | ||
return | System |
public Free ( PspPointer DataPointer ) : void | ||
DataPointer | PspPointer | |
return | void |
public GetAddressFromBlockIndex ( int Index ) : uint | ||
Index | int | |
return | uint |
public TryAllocate ( PspPointer DataPointer ) : bool | ||
DataPointer | PspPointer | |
return | bool |
public HleMemoryManager,CSPspEmu.Hle.Managers MemoryManager | ||
return |
public ThreadManForUser,CSPspEmu.Hle.Modules.threadman ThreadManForUser | ||
return |