type runtime.mlink

4 uses

	runtime (current package)
		mfixalloc.go#L31: 	list   *mlink
		mfixalloc.go#L46: type mlink struct {
		mfixalloc.go#L47: 	next *mlink
		mfixalloc.go#L96: 	v := (*mlink)(p)