Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ incInstanceCount
Method
incInstanceCount
src/proxy/http/remap/PluginDso.cc:296–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
}
295
296
void
297
PluginDso::incInstanceCount()
298
{
299
++_instanceCount;
300
PluginDbg(_dbg_ctl(),
"instance count (inst-count:%d, dso-addr:%p)"
, _instanceCount.load(), this);
301
}
302
303
void
304
PluginDso::decInstanceCount()
Callers
1
init
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected