C# 클래스 TinkerWorX.SharpCraft.Blizzard.Storm.SMem

파일 보기 프로젝트 열기: TinkerWorX/SharpCraft

Private Properties

프로퍼티 타입 설명
Alloc void*
Destroy void
Free bool
GetSize int
Init void
ReAlloc void*
SMem System

공개 메소드들

메소드 설명
Alloc ( int amount, int defaultValue ) : void*
Free ( void location, int defaultValue ) : bool
GetSize ( void location ) : int
ReAlloc ( void location, int amount, int defaultValue ) : void*

비공개 메소드들

메소드 설명
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

메소드 상세

Alloc() 공개 정적인 메소드

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

Free() 공개 정적인 메소드

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

GetSize() 공개 정적인 메소드

public static GetSize ( void location ) : int
location void
리턴 int

ReAlloc() 공개 정적인 메소드

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