C# 클래스 AllocNode, heap-prof

상속: IComparable
파일 보기 프로젝트 열기: mono/heap-prof 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Children ArrayList
Parent AllocNode,
bt int[]
bt_len int
n_allocs int
n_bytes int
tab BacktraceTabulator,
type int

공개 메소드들

메소드 설명
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

메소드 상세

AllocNode() 공개 메소드

public AllocNode ( ) : System
리턴 System

AllocNode() 공개 메소드

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

CompareTo() 공개 메소드

public CompareTo ( object o ) : int
o object
리턴 int

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RecordAlloc() 공개 메소드

public RecordAlloc ( int c, int b ) : void
c int
b int
리턴 void

프로퍼티 상세

Children 공개적으로 프로퍼티

public ArrayList Children
리턴 ArrayList

Parent 공개적으로 프로퍼티

public AllocNode, Parent
리턴 AllocNode,

bt 공개적으로 프로퍼티

public int[] bt
리턴 int[]

bt_len 공개적으로 프로퍼티

public int bt_len
리턴 int

n_allocs 공개적으로 프로퍼티

public int n_allocs
리턴 int

n_bytes 공개적으로 프로퍼티

public int n_bytes
리턴 int

tab 공개적으로 프로퍼티

public BacktraceTabulator, tab
리턴 BacktraceTabulator,

type 공개적으로 프로퍼티

public int type
리턴 int