Class GCImplementation
GCImplementation class. Garbage collector. Mostly not implemented.
Inheritance
System.Object
GCImplementation
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public static class GCImplementation : object
Remarks
Most of the class is yet to be implemented.
Methods
| Improve this Doc View SourceAllocNewObject(UInt32)
Alloc new object. Plugged.
Declaration
public static uint AllocNewObject(uint aSize)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | aSize |
Returns
Type | Description |
---|---|
System.UInt32 |
DecRefCount(UInt32)
Decrease reference count of an given object. Plugged.
Declaration
public static void DecRefCount(uint aObject)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | aObject | An object to decrease to reference count of. |
IncRefCount(UInt32)
Increase reference count of an given object. Plugged.
Declaration
public static void IncRefCount(uint aObject)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | aObject | An object to increase to reference count of. |