C# Class CascadeSharp.TKernel.NCollection.NCollection_WinHeapAllocator

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

Public Methods

Method Description
Allocate ( ulong theSize ) : IntPtr
Free ( IntPtr theAddress ) : void
NCollection_WinHeapAllocator ( ) : System
NCollection_WinHeapAllocator ( NCollection_WinHeapAllocator parameter1 ) : System
NCollection_WinHeapAllocator ( ulong theInitSizeBytes ) : System
get_type_name ( ) : char

Method Details

Allocate() public method

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

Free() public method

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

NCollection_WinHeapAllocator() public method

public NCollection_WinHeapAllocator ( ) : System
return System

NCollection_WinHeapAllocator() public method

public NCollection_WinHeapAllocator ( NCollection_WinHeapAllocator parameter1 ) : System
parameter1 NCollection_WinHeapAllocator
return System

NCollection_WinHeapAllocator() public method

public NCollection_WinHeapAllocator ( ulong theInitSizeBytes ) : System
theInitSizeBytes ulong
return System

get_type_name() public method

public get_type_name ( ) : char
return char