Method | Description | |
---|---|---|
Build ( int chunkSize, string indexFileName, bool enumerateAllRoots ) : bool | ||
FindPaths ( ulong targetObj, int maxResults, int maxLocalRoots, int maxDepth, bool runInParallel ) : IEnumerable |
||
FindRefs ( ulong targetObj ) : IEnumerable |
||
HeapIndex ( |
||
Load ( string indexFileName ) : void |
Method | Description | |
---|---|---|
BuildChunkIndex ( ) : void | ||
BuildChunks ( ) : void | ||
ChunkIdForObject ( ulong objAddress ) : int | ||
DisplayStatistics ( ) : void | ||
Measure ( System.Action what, string description ) : void | ||
Save ( string indexFileName ) : void | ||
StartOfChunk ( ulong address ) : ulong |
public Build ( int chunkSize, string indexFileName, bool enumerateAllRoots ) : bool | ||
chunkSize | int | |
indexFileName | string | |
enumerateAllRoots | bool | |
return | bool |
public FindPaths ( ulong targetObj, int maxResults, int maxLocalRoots, int maxDepth, bool runInParallel ) : IEnumerable |
||
targetObj | ulong | |
maxResults | int | |
maxLocalRoots | int | |
maxDepth | int | |
runInParallel | bool | |
return | IEnumerable |
public FindRefs ( ulong targetObj ) : IEnumerable |
||
targetObj | ulong | |
return | IEnumerable |
public HeapIndex ( |
||
context | ||
return | System |