MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / LiveRefs

Method LiveRefs

src/objectSampler.cpp:50–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 public:
50 LiveRefs() : _lock(1) {
51 }
52
53 void init() {
54 memset(_refs, 0, sizeof(_refs));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected