runtime.mSpanList.last (field)
12 uses
runtime (current package)
mheap.go#L378: last *mspan // last span in list, or nil if none
mheap.go#L1552: list.last = nil
mheap.go#L1566: if list.last == span {
mheap.go#L1567: list.last = span.prev
mheap.go#L1592: list.last = span
mheap.go#L1603: span.prev = list.last
mheap.go#L1604: if list.last != nil {
mheap.go#L1606: list.last.next = span
mheap.go#L1611: list.last = span
mheap.go#L1632: other.last.next = list.first
mheap.go#L1633: list.first.prev = other.last
mheap.go#L1637: other.first, other.last = nil, 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. |