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

Method alloc

src/proxy/PluginVC.cc:998–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996PluginVCCore::~PluginVCCore() = default;
997
998PluginVCCore *
999PluginVCCore::alloc(Continuation *acceptor, int64_t buffer_index, int64_t buffer_water_mark)
1000{
1001 PluginVCCore *pvc = new PluginVCCore;
1002 pvc->init(buffer_index, buffer_water_mark);
1003 pvc->connect_to = acceptor;
1004 return pvc;
1005}
1006
1007void
1008PluginVCCore::init(int64_t buffer_index, int64_t buffer_water_mark)

Callers 1

localizeMethod · 0.45

Calls 1

initMethod · 0.45

Tested by

no test coverage detected