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

Method refcount_dec

include/tscore/Ptr.h:63–67  ·  view source on GitHub ↗

Decrement the reference count, returning the new count.

Source from the content-addressed store, hash-verified

61
62 // Decrement the reference count, returning the new count.
63 int
64 refcount_dec()
65 {
66 return --m_refcount;
67 }
68
69 int
70 refcount() const

Callers 14

clearMethod · 0.80
releaseMethod · 0.80
freeMethod · 0.80
releaseMethod · 0.80
~LogObjectManagerMethod · 0.80
transfer_objectsMethod · 0.80
set_buffer_referenceMethod · 0.80
test_Ptr.ccFile · 0.80
dieEventMethod · 0.80
releaseMethod · 0.80
destroyMethod · 0.80
~PtrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected