createGCInstance

Called during runtime initialization to initialize a GC instance of given name.

GC
createGCInstance
(
string name
)

Parameters

name
Type: string

name of the GC to instantiate

Return Value

Type: GC

The created GC instance or null if no factory for that name was registered

Suggestion Box / Bug Report