C# Class GAudio.GATMemDebugInfo

Simple class which holds information on virtually allocated memory
Show file Open project: gregzo/G-Audio

Public Properties

Property Type Description
AllocatedSize int
ChunkNb int
MaxSize int

Public Methods

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

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

GATMemDebugInfo() public method

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

Property Details

AllocatedSize public property

The requested allocated size
public int AllocatedSize
return int

ChunkNb public property

The index of the chunk
public int ChunkNb
return int

MaxSize public property

The real size of the chunk
public int MaxSize
return int