For debugging only. Not thread-safe.
| 3196 | |
| 3197 | // For debugging only. Not thread-safe. |
| 3198 | MemStats getMemStats() |
| 3199 | { |
| 3200 | return MemStats::getFor(this); |
| 3201 | } |
| 3202 | private: |
| 3203 | friend struct MemStats; |
| 3204 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected