C# Class GAudio.GATFixedMemDebugInfo

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
GATFixedMemDebugInfo ( int nb, int allocated, string description ) : System.Collections

Method Details

GATFixedMemDebugInfo() public méthode

public GATFixedMemDebugInfo ( int nb, int allocated, string description ) : System.Collections
nb int
allocated int
description string
Résultat System.Collections

Property Details

AllocatedSize public_oe property

The size of the chunk.
public int AllocatedSize
Résultat int

ChunkNb public_oe property

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

Description public_oe property

The description for the chunk - provided upon allocation
public string Description
Résultat string