Home
last modified time | relevance | path

Searched refs:cachealloc (Results 1 – 5 of 5) sorted by relevance

/prebuilts/go/linux-x86/src/runtime/
Dmcache.go89 c = (*mcache)(mheap_.cachealloc.alloc())
117 mheap_.cachealloc.free(unsafe.Pointer(c))
Dmstats.go539 stats.MCacheInuse = uint64(mheap_.cachealloc.inuse)
Dmheap.go205 cachealloc fixalloc // allocator for mcache* member
744 h.cachealloc.init(unsafe.Sizeof(mcache{}), nil, nil, &memstats.mcache_sys)
Dpanic.go1314 if mheap_.cachealloc.size == 0 { // very early
Dmetrics.go661 a.mCacheInUse = uint64(mheap_.cachealloc.inuse)