runtime.mspan.specials (field)

11 uses

	runtime (current package)
		heapdump.go#L454: 			for sp := s.specials; sp != nil; sp = sp.next {
		heapdump.go#L653: 		for sp := s.specials; sp != nil; sp = sp.next {
		mgcmark.go#L360: 			for sp := s.specials; sp != nil; sp = sp.next {
		mgcsweep.go#L358: 	hadSpecials := s.specials != nil
		mgcsweep.go#L359: 	specialp := &s.specials
		mgcsweep.go#L403: 	if hadSpecials && s.specials == nil {
		mheap.go#L465: 	specials    *special      // linked list of special records sorted by offset.
		mheap.go#L1536: 	span.specials = nil
		mheap.go#L1696: 	t := &span.specials
		mheap.go#L1743: 	t := &span.specials
		mheap.go#L1758: 	if span.specials == nil {