C# Class GAudio.GATFixedMemDebugInfo

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

Public Properties

Property Type Description
AllocatedSize int
ChunkNb int
Description string

Public Methods

Method Description
GATFixedMemDebugInfo ( int nb, int allocated, string description ) : System.Collections

Method Details

GATFixedMemDebugInfo() public method

public GATFixedMemDebugInfo ( int nb, int allocated, string description ) : System.Collections
nb int
allocated int
description string
return System.Collections

Property Details

AllocatedSize public property

The size of the chunk.
public int AllocatedSize
return int

ChunkNb public property

The index of the chunk
public int ChunkNb
return int

Description public property

The description for the chunk - provided upon allocation
public string Description
return string