Total number of live objects that implement InstanceCounted. */
| 34 | |
| 35 | /** Total number of live objects that implement InstanceCounted. */ |
| 36 | static int liveInstanceCount() {return gInstanceCount;} |
| 37 | |
| 38 | #if INSTANCECOUNTED_TRACK |
| 39 | InstanceCounted() {track();} |
nothing calls this directly
no outgoing calls
no test coverage detected