C# Class AllocNode, heap-prof

Inheritance: IComparable
Show file Open project: mono/heap-prof Class Usage Examples

Public Properties

Property Type Description
Children ArrayList
Parent AllocNode,
bt int[]
bt_len int
n_allocs int
n_bytes int
tab BacktraceTabulator,
type int

Public Methods

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

public AllocNode ( ) : System
return System

AllocNode() public method

public AllocNode ( int t, int bt, int bt_len, BacktraceTabulator, tab ) : System
t int
bt int
bt_len int
tab BacktraceTabulator,
return System

CompareTo() public method

public CompareTo ( object o ) : int
o object
return int

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RecordAlloc() public method

public RecordAlloc ( int c, int b ) : void
c int
b int
return void

Property Details

Children public property

public ArrayList Children
return ArrayList

Parent public property

public AllocNode, Parent
return AllocNode,

bt public property

public int[] bt
return int[]

bt_len public property

public int bt_len
return int

n_allocs public property

public int n_allocs
return int

n_bytes public property

public int n_bytes
return int

tab public property

public BacktraceTabulator, tab
return BacktraceTabulator,

type public property

public int type
return int