C# Class CascadeSharp.TKernel.NCollection.NCollection_BaseAllocator

Inheritance: Standard_Transient
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
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

Method Details

Allocate() public method

public Allocate ( ulong size ) : IntPtr
size ulong
return IntPtr

CommonBaseAllocator() public method

public CommonBaseAllocator ( ) : NCollection_BaseAllocator
return NCollection_BaseAllocator

Free() public method

public Free ( IntPtr anAddress ) : void
anAddress IntPtr
return void

NCollection_BaseAllocator() public method

public NCollection_BaseAllocator ( ) : System
return System

NCollection_BaseAllocator() public method

public NCollection_BaseAllocator ( NCollection_BaseAllocator parameter1 ) : System
parameter1 NCollection_BaseAllocator
return System

PrintMemUsageStatistics() public method

public PrintMemUsageStatistics ( ) : void
return void

StandardCallBack() public method

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

get_type_name() public method

public get_type_name ( ) : char
return char