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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |