MCPcopy Create free account
hub / github.com/apache/trafficserver / refcount

Method refcount

include/tscore/Ptr.h:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 int
70 refcount() const
71 {
72 return m_refcount;
73 }
74
75 virtual void free() = 0;
76

Callers 14

setMethod · 0.80
RegressionConfigMethod · 0.80
~RegressionConfigMethod · 0.80
shouldDestroyMethod · 0.80
testRefcountingFunction · 0.80
testclearFunction · 0.80
acquireMethod · 0.80
releaseMethod · 0.80
preproc_thread_mainMethod · 0.80
allocMethod · 0.80
test_Ptr.ccFile · 0.80
sdk_sanity_check_mutexFunction · 0.80

Calls

no outgoing calls

Tested by 2

testRefcountingFunction · 0.64
testclearFunction · 0.64