C# 클래스 CascadeSharp.TKernel.NCollection.NCollection_BaseAllocator

상속: Standard_Transient
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
Allocate ( ulong size ) : IntPtr
CommonBaseAllocator ( ) : NCollection_BaseAllocator
Free ( IntPtr anAddress ) : void
NCollection_BaseAllocator ( ) : System
NCollection_BaseAllocator ( NCollection_BaseAllocator parameter1 ) : System
PrintMemUsageStatistics ( ) : void
StandardCallBack ( bool theIsAlloc, IntPtr theStorage, ulong theRoundSize, ulong theSize ) : void
get_type_name ( ) : char

메소드 상세

Allocate() 공개 메소드

public Allocate ( ulong size ) : IntPtr
size ulong
리턴 IntPtr

CommonBaseAllocator() 공개 메소드

public CommonBaseAllocator ( ) : NCollection_BaseAllocator
리턴 NCollection_BaseAllocator

Free() 공개 메소드

public Free ( IntPtr anAddress ) : void
anAddress IntPtr
리턴 void

NCollection_BaseAllocator() 공개 메소드

public NCollection_BaseAllocator ( ) : System
리턴 System

NCollection_BaseAllocator() 공개 메소드

public NCollection_BaseAllocator ( NCollection_BaseAllocator parameter1 ) : System
parameter1 NCollection_BaseAllocator
리턴 System

PrintMemUsageStatistics() 공개 메소드

public PrintMemUsageStatistics ( ) : void
리턴 void

StandardCallBack() 공개 메소드

public StandardCallBack ( bool theIsAlloc, IntPtr theStorage, ulong theRoundSize, ulong theSize ) : void
theIsAlloc bool
theStorage IntPtr
theRoundSize ulong
theSize ulong
리턴 void

get_type_name() 공개 메소드

public get_type_name ( ) : char
리턴 char