Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Mosa
Runtime
GC
C# Class Mosa.Runtime.GC
Datei anzeigen
Open project: tgiphil/MOSA-Project
Public Methods
Method
Description
AllocateObject
(
uint
size
) :
void*
Setup
( ) :
void
Private Methods
Method
Description
AllocateMemory
(
uint
size
) :
void*
Method Details
AllocateObject()
public
static
method
public
static
AllocateObject
(
uint
size
) :
void*
size
uint
return
void*
Setup()
public
static
method
public
static
Setup
( ) :
void
return
void