Lines Matching refs:nmalloc
19 nmalloc uint64 // number of mallocs
59 nmalloc uint64
250 memstats.nmalloc = 0
253 memstats.by_size[i].nmalloc = 0
271 memstats.nmalloc++
274 memstats.nmalloc += uint64(s.ref)
275 memstats.by_size[s.sizeclass].nmalloc += uint64(s.ref)
287 memstats.by_size[i].nmalloc += mheap_.nsmallfree[i]
291 memstats.nmalloc += memstats.nfree
296 memstats.heap_objects = memstats.nmalloc - memstats.nfree