const runtime._KindSpecialFinalizer
8 uses
runtime (current package)
heapdump.go#L455: if sp.kind != _KindSpecialFinalizer {
mgcmark.go#L361: if sp.kind != _KindSpecialFinalizer {
mgcsweep.go#L372: if tmp.kind == _KindSpecialFinalizer {
mgcsweep.go#L384: if special.kind == _KindSpecialFinalizer || !hasFin {
mheap.go#L1641: _KindSpecialFinalizer = 1
mheap.go#L1785: s.special.kind = _KindSpecialFinalizer
mheap.go#L1819: s := (*specialfinalizer)(unsafe.Pointer(removespecial(p, _KindSpecialFinalizer)))
mheap.go#L1852: case _KindSpecialFinalizer:
![]() |
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. |