runtime.mcache.alloc (field)
12 uses
runtime (current package)
malloc.go#L873: s = c.alloc[spc]
malloc.go#L884: s = c.alloc[spc]
malloc.go#L1042: span = c.alloc[tinySpanClass]
malloc.go#L1066: span = c.alloc[spc]
mcache.go#L44: alloc [numSpanClasses]*mspan // spans to allocate from, indexed by spanClass
mcache.go#L92: for i := range c.alloc {
mcache.go#L93: c.alloc[i] = &emptymspan
mcache.go#L148: s := c.alloc[spc]
mcache.go#L205: c.alloc[spc] = s
mcache.go#L257: for i := range c.alloc {
mcache.go#L258: s := c.alloc[i]
mcache.go#L277: c.alloc[i] = &emptymspan
![]() |
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. |