Searched defs:heapStatsAggregate (Results 1 – 1 of 1) sorted by relevance
576 type heapStatsAggregate struct { struct577 heapStatsDelta582 inObjects uint64585 numObjects uint64589 totalAllocated uint64593 totalFreed uint64597 totalAllocs uint64601 totalFrees uint64605 func (a *heapStatsAggregate) compute() {