Property | Type | Description | |
---|---|---|---|
Alloc | void* | ||
Destroy | void | ||
Free | bool | ||
GetSize | int | ||
Init | void | ||
ReAlloc | void* | ||
SMem | System |
Method | Description | |
---|---|---|
Alloc ( int amount, int defaultValue ) : void* | ||
Free ( void location, int defaultValue ) : bool | ||
GetSize ( void location ) : int | ||
ReAlloc ( void location, int amount, int defaultValue ) : void* |
Method | Description | |
---|---|---|
Alloc ( [ amount, [ filename, [ logline, [ defaultValue ) : void* | ||
Destroy ( ) : void | ||
Free ( [ location, [ filename, [ logline, [ defaultValue ) : bool | ||
GetSize ( [ location, [ filename, [ logline ) : int | ||
Init ( ) : void | ||
ReAlloc ( [ location, [ amount, [ filename, [ logline, [ defaultValue ) : void* | ||
SMem ( ) : System |
public static Alloc ( int amount, int defaultValue ) : void* | ||
amount | int | |
defaultValue | int | |
return | void* |
public static Free ( void location, int defaultValue ) : bool | ||
location | void | |
defaultValue | int | |
return | bool |
public static GetSize ( void location ) : int | ||
location | void | |
return | int |
public static ReAlloc ( void location, int amount, int defaultValue ) : void* | ||
location | void | |
amount | int | |
defaultValue | int | |
return | void* |