type runtime.mSpanList
13 uses
runtime (current package)
mgc.go#L1018: free mSpanList
mgc.go#L1021: busy mSpanList
mheap.go#L376: type mSpanList struct {
mheap.go#L385: list *mSpanList // For debugging. TODO: Remove.
mheap.go#L1550: func (list *mSpanList) init() {
mheap.go#L1555: func (list *mSpanList) remove(span *mspan) {
mheap.go#L1576: func (list *mSpanList) isEmpty() bool {
mheap.go#L1580: func (list *mSpanList) insert(span *mspan) {
mheap.go#L1598: func (list *mSpanList) insertBack(span *mspan) {
mheap.go#L1617: func (list *mSpanList) takeAll(other *mSpanList) {
stack.go#L149: span mSpanList
stack.go#L155: free [heapAddrBits - pageShift]mSpanList // free lists by log_2(s.npages)
![]() |
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. |