C# Class TinkerWorX.SharpCraft.Blizzard.Storm.SMem

Exibir arquivo Open project: TinkerWorX/SharpCraft

Private Properties

Property Type Description
Alloc void*
Destroy void
Free bool
GetSize int
Init void
ReAlloc void*
SMem System

Public Methods

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*

Private Methods

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

Method Details

Alloc() public static method

public static Alloc ( int amount, int defaultValue ) : void*
amount int
defaultValue int
return void*

Free() public static method

public static Free ( void location, int defaultValue ) : bool
location void
defaultValue int
return bool

GetSize() public static method

public static GetSize ( void location ) : int
location void
return int

ReAlloc() public static method

public static ReAlloc ( void location, int amount, int defaultValue ) : void*
location void
amount int
defaultValue int
return void*