Home
last modified time | relevance | path

Searched refs:allocCountBeforeCache (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/runtime/
Dmcache.go163 slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
178 s.allocCountBeforeCache = 0
196 s.allocCountBeforeCache = s.allocCount
269 slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
270 s.allocCountBeforeCache = 0
Dmheap.go482allocCountBeforeCache uint16 // a copy of allocCount that is stored just before this span i… member