Searched refs:sGlobalCount (Results 1 – 1 of 1) sorted by relevance
147 static std::atomic_int sGlobalCount; member in ObjectTracker151 sGlobalCount++; in ObjectTracker()154 sGlobalCount++; in ObjectTracker()157 sGlobalCount++; in ObjectTracker()160 sGlobalCount--; in ~ObjectTracker()163 static int count() { return sGlobalCount.load(); } in count()166 std::atomic_int ObjectTracker::sGlobalCount{0};