C# Class AllocNode, heap-prof

Inheritance: IComparable
Afficher le fichier Open project: mono/heap-prof Class Usage Examples

Méthodes publiques

Свойство Type Description
Children ArrayList
Parent AllocNode,
bt int[]
bt_len int
n_allocs int
n_bytes int
tab BacktraceTabulator,
type int

Méthodes publiques

Méthode Description
AllocNode ( ) : System
AllocNode ( int t, int bt, int bt_len, BacktraceTabulator, tab ) : System
CompareTo ( object o ) : int
Equals ( object o ) : bool
GetHashCode ( ) : int
RecordAlloc ( int c, int b ) : void

Method Details

AllocNode() public méthode

public AllocNode ( ) : System
Résultat System

AllocNode() public méthode

public AllocNode ( int t, int bt, int bt_len, BacktraceTabulator, tab ) : System
t int
bt int
bt_len int
tab BacktraceTabulator,
Résultat System

CompareTo() public méthode

public CompareTo ( object o ) : int
o object
Résultat int

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RecordAlloc() public méthode

public RecordAlloc ( int c, int b ) : void
c int
b int
Résultat void

Property Details

Children public_oe property

public ArrayList Children
Résultat ArrayList

Parent public_oe property

public AllocNode, Parent
Résultat AllocNode,

bt public_oe property

public int[] bt
Résultat int[]

bt_len public_oe property

public int bt_len
Résultat int

n_allocs public_oe property

public int n_allocs
Résultat int

n_bytes public_oe property

public int n_bytes
Résultat int

tab public_oe property

public BacktraceTabulator, tab
Résultat BacktraceTabulator,

type public_oe property

public int type
Résultat int