C# Class CascadeSharp.TKernel.NCollection.NCollection_BaseAllocator

Inheritance: Standard_Transient
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

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

public Allocate ( ulong size ) : IntPtr
size ulong
Résultat IntPtr

CommonBaseAllocator() public méthode

public CommonBaseAllocator ( ) : NCollection_BaseAllocator
Résultat NCollection_BaseAllocator

Free() public méthode

public Free ( IntPtr anAddress ) : void
anAddress IntPtr
Résultat void

NCollection_BaseAllocator() public méthode

public NCollection_BaseAllocator ( ) : System
Résultat System

NCollection_BaseAllocator() public méthode

public NCollection_BaseAllocator ( NCollection_BaseAllocator parameter1 ) : System
parameter1 NCollection_BaseAllocator
Résultat System

PrintMemUsageStatistics() public méthode

public PrintMemUsageStatistics ( ) : void
Résultat void

StandardCallBack() public méthode

public StandardCallBack ( bool theIsAlloc, IntPtr theStorage, ulong theRoundSize, ulong theSize ) : void
theIsAlloc bool
theStorage IntPtr
theRoundSize ulong
theSize ulong
Résultat void

get_type_name() public méthode

public get_type_name ( ) : char
Résultat char