runtime.mcache.nextFree (method)
3 uses
runtime (current package)
malloc.go#L872: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, shouldhelpgc bool) {
malloc.go#L1045: v, span, shouldhelpgc = c.nextFree(tinySpanClass)
malloc.go#L1069: v, span, shouldhelpgc = c.nextFree(spc)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)