Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ acquire
Method
acquire
src/proxy/http/remap/PluginDso.cc:279–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
void
280
PluginDso::acquire()
281
{
282
this->refcount_inc();
283
PluginDbg(_dbg_ctl(),
"plugin DSO acquire (ref-count:%d, dso-addr:%p)"
, this->refcount(), this);
284
}
285
286
void
287
PluginDso::release()
Callers
1
RemapPluginInst
Method · 0.45
Calls
2
refcount_inc
Method · 0.80
refcount
Method · 0.80
Tested by
no test coverage detected