Property | Type | Description | |
---|---|---|---|
memoryRegions | LinkedList |
||
spinLock |
Method | Description | |
---|---|---|
ClaimResources ( |
Claims the resources.
|
|
GetMemory ( uint address, uint size ) : IMemory |
Gets the memory.
|
|
MemoryResources ( ) : System.Collections.Generic |
Initializes a new instance of the MemoryResources class.
|
|
ReleaseResources ( |
Releases the resources.
|
public ClaimResources ( |
||
hardwareResources | The hardware resources. | |
return | bool |
public GetMemory ( uint address, uint size ) : IMemory | ||
address | uint | The address. |
size | uint | The size. |
return | IMemory |
public MemoryResources ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public ReleaseResources ( |
||
hardwareResources | The hardware resources. | |
return | void |