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

Method free

src/api/InkVConnInternal.cc:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void
49INKVConnInternal::free()
50{
51 clear();
52 this->mutex.clear();
53 m_free_magic = INKCONT_INTERN_MAGIC_DEAD;
54 THREAD_FREE(this, INKVConnAllocator, this_thread());
55}
56
57void
58INKVConnInternal::destroy()

Callers

nothing calls this directly

Calls 3

this_threadFunction · 0.85
clearFunction · 0.50
clearMethod · 0.45

Tested by

no test coverage detected