func cloud.google.com/go/profiler.deltaAllocProfile

2 uses

	cloud.google.com/go/profiler (current package)
		heap.go#L57: func deltaAllocProfile(ctx context.Context, duration time.Duration, forceGC bool, prof *bytes.Buffer) error {
		profiler.go#L393: 		if err := deltaAllocProfile(ctx, duration, config.AllocForceGC, &prof); err != nil {