runtime.markBits.isMarked (method)
10 uses
runtime (current package)
mbitmap.go#L257: func (m markBits) isMarked() bool {
mcheckmark.go#L74: if !mbits.isMarked() {
mgcmark.go#L1430: if mbits.isMarked() {
mgcsweep.go#L366: if !mbits.isMarked() {
mgcsweep.go#L413: if !mbits.isMarked() && (abits.index < s.freeindex || abits.isMarked()) {
mgcsweep.go#L588: alloc := i < s.freeindex || abits.isMarked()
mgcsweep.go#L594: if mbits.isMarked() {
mgcsweep.go#L599: zombie := mbits.isMarked() && !alloc
mwbbuf.go#L267: if mbits.isMarked() {
![]() |
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. |