MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / getMemStats

Function getMemStats

include/dmlc/concurrentqueue.h:3198–3201  ·  view source on GitHub ↗

For debugging only. Not thread-safe.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected