runtime.mheap.cachealloc (field)
7 uses
runtime (current package)
mcache.go#L88: c = (*mcache)(mheap_.cachealloc.alloc())
mcache.go#L116: mheap_.cachealloc.free(unsafe.Pointer(c))
metrics.go#L376: a.mCacheInUse = uint64(mheap_.cachealloc.inuse)
mheap.go#L212: cachealloc fixalloc // allocator for mcache*
mheap.go#L706: h.cachealloc.init(unsafe.Sizeof(mcache{}), nil, nil, &memstats.mcache_sys)
mstats.go#L612: memstats.mcache_inuse = uint64(mheap_.cachealloc.inuse)
panic.go#L1241: if mheap_.cachealloc.size == 0 { // very early
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)