C# Class GAudio.GATMemDebugInfo

Simple class which holds information on virtually allocated memory
Exibir arquivo 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_oe property

The requested allocated size
public int AllocatedSize
return int

ChunkNb public_oe property

The index of the chunk
public int ChunkNb
return int

MaxSize public_oe property

The real size of the chunk
public int MaxSize
return int