type runtime.special
9 uses
runtime (current package)
mheap.go#L465: specials *special // linked list of special records sorted by offset.
mheap.go#L1650: type special struct {
mheap.go#L1651: next *special // linked list in span
mheap.go#L1678: func addspecial(p unsafe.Pointer, s *special) bool {
mheap.go#L1727: func removespecial(p unsafe.Pointer, kind uint8) *special {
mheap.go#L1741: var result *special
mheap.go#L1773: special special
mheap.go#L1832: special special
mheap.go#L1850: func freespecial(s *special, p unsafe.Pointer, size uintptr) {
![]() |
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. |