go/src/runtime/pprof/mprof_test.go

var memSink

func allocateTransient1M() {}

//go:noinline
func allocateTransient2M() {}

func allocateTransient2MInline() {}

type Obj32

var persistentMemSink

func allocatePersistent1K() {}

func allocateReflectTransient() {}

func allocateReflect() {}

var memoryProfilerRun

func TestMemoryProfiler(t *testing.T) {}