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

Afficher le fichier Open project: TinkerWorX/SharpCraft

Private Properties

Свойство Type Description
Alloc void*
Destroy void
Free bool
GetSize int
Init void
ReAlloc void*
SMem System

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static Alloc ( int amount, int defaultValue ) : void*
amount int
defaultValue int
Résultat void*

Free() public static méthode

public static Free ( void location, int defaultValue ) : bool
location void
defaultValue int
Résultat bool

GetSize() public static méthode

public static GetSize ( void location ) : int
location void
Résultat int

ReAlloc() public static méthode

public static ReAlloc ( void location, int amount, int defaultValue ) : void*
location void
amount int
defaultValue int
Résultat void*