C# Class GAudio.GATMemDebugInfo

Simple class which holds information on virtually allocated memory
Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Свойство Type Description
AllocatedSize int
ChunkNb int
MaxSize int

Méthodes publiques

Méthode Description
Description ( ) : string

returns a description of the chunk's position and size

GATMemDebugInfo ( int nb, int allocated, int max ) : System.Collections

Method Details

Description() public méthode

returns a description of the chunk's position and size
public Description ( ) : string
Résultat string

GATMemDebugInfo() public méthode

public GATMemDebugInfo ( int nb, int allocated, int max ) : System.Collections
nb int
allocated int
max int
Résultat System.Collections

Property Details

AllocatedSize public_oe property

The requested allocated size
public int AllocatedSize
Résultat int

ChunkNb public_oe property

The index of the chunk
public int ChunkNb
Résultat int

MaxSize public_oe property

The real size of the chunk
public int MaxSize
Résultat int