Searched refs:gObjectStats (Results 1 – 1 of 1) sorted by relevance
46 static std::array<TypeStats, NUM_TYPES> gObjectStats; variable52 gObjectStats[static_cast<int>(mType)].totalSize += delta; in notifySizeChanged()59 gObjectStats[static_cast<int>(mType)].count++; in startTrackingObject()67 gObjectStats[static_cast<int>(mType)].count--; in stopTrackingObject()94 const TypeStats& stats = gObjectStats[type]; in dump()103 return gObjectStats[static_cast<int>(type)].count; in getInstanceCount()107 return gObjectStats[static_cast<int>(type)].totalSize; in getTotalSize()115 const TypeStats& stats = gObjectStats[type]; in onFrameCompleted()