SYMBOL INDEX (16 symbols across 5 files) FILE: goroutine.go function GoRoutineLeaks (line 7) | func GoRoutineLeaks(f func()) int { type GoRoutineMark (line 17) | type GoRoutineMark struct method Release (line 30) | func (m *GoRoutineMark) Release() int { function MarkGoRoutines (line 22) | func MarkGoRoutines() *GoRoutineMark { FILE: goroutine_test.go function TestGoRoutineLeaks (line 9) | func TestGoRoutineLeaks(t *testing.T) { function TestGoRoutineMark (line 27) | func TestGoRoutineMark(t *testing.T) { FILE: init.go function init (line 10) | func init() { FILE: memory.go function MemoryLeaks (line 7) | func MemoryLeaks(f func()) int { type MemoryMark (line 22) | type MemoryMark struct method Release (line 39) | func (m *MemoryMark) Release() int { function MarkMemory (line 27) | func MarkMemory() *MemoryMark { FILE: memory_test.go type MemoryLeaker (line 9) | type MemoryLeaker struct function TestMemoryLeaks (line 13) | func TestMemoryLeaks(t *testing.T) { function TestMemoryLeaksGoroutine (line 31) | func TestMemoryLeaksGoroutine(t *testing.T) { function TestMemoryMark (line 53) | func TestMemoryMark(t *testing.T) { function leakMemory (line 65) | func leakMemory() *MemoryLeaker {