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

Method free

src/api/InkContInternal.cc:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void
95INKContInternal::free()
96{
97 this->clear();
98 this->mutex.clear();
99 m_free_magic = INKCONT_INTERN_MAGIC_DEAD;
100 THREAD_FREE(this, INKContAllocator, this_thread());
101}
102
103void
104INKContInternal::destroy()

Callers 4

destroyMethod · 0.95
handle_eventMethod · 0.95
TSMutexDestroyFunction · 0.45
TSIOBufferBlockDestroyFunction · 0.45

Calls 2

clearMethod · 0.95
this_threadFunction · 0.85

Tested by

no test coverage detected