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

Method Release

src/cripts/Context.cc:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void
70Context::Release()
71{
72 reset(); // Clear mloc handles before freeing
73 THREAD_FREE(this, criptContextAllocator, this_thread());
74}
75
76} // namespace cripts

Callers 4

setConnectionMethod · 0.45
http_txn_contFunction · 0.45
global_contFunction · 0.45
TSRemapDoRemapFunction · 0.45

Calls 1

this_threadFunction · 0.85

Tested by

no test coverage detected