runtime.mspan.manualFreeList (field)
13 uses
runtime (current package)
mheap.go#L390: manualFreeList gclinkptr // list of free objects in mSpanManual spans
mheap.go#L1216: s.manualFreeList = 0
stack.go#L197: if s.manualFreeList.ptr() != nil {
stack.go#L204: x.ptr().next = s.manualFreeList
stack.go#L205: s.manualFreeList = x
stack.go#L209: x := s.manualFreeList
stack.go#L213: s.manualFreeList = x.ptr().next
stack.go#L215: if s.manualFreeList.ptr() == nil {
stack.go#L228: if s.manualFreeList.ptr() == nil {
stack.go#L232: x.ptr().next = s.manualFreeList
stack.go#L233: s.manualFreeList = x
stack.go#L252: s.manualFreeList = 0
stack.go#L1194: s.manualFreeList = 0
![]() |
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. |