C# Class GAudio.GATFixedMemDebugInfo

Simple class which holds information on virtually allocated fixed chunks
Mostra 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_oe property

The size of the chunk.
public int AllocatedSize
return int

ChunkNb public_oe property

The index of the chunk
public int ChunkNb
return int

Description public_oe property

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