MCPcopy Create free account
hub / github.com/apache/impala / Release

Method Release

be/src/kudu/util/debug_ref_counted.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void Release() const {
41 LOG(INFO) << "Decrementing ref on " << this << ":\n" << GetStackTrace();
42 RefCountedThreadSafe<T, Traits>::Release();
43 }
44
45 protected:
46 ~DebugRefCountedThreadSafe() {}

Callers

nothing calls this directly

Calls 1

GetStackTraceFunction · 0.70

Tested by

no test coverage detected