Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
void
70
Context::Release()
71
{
72
reset(); // Clear mloc handles before freeing
73
THREAD_FREE(this, criptContextAllocator, this_thread());
74
}
75
76
} // namespace cripts
Callers
4
setConnection
Method · 0.45
http_txn_cont
Function · 0.45
global_cont
Function · 0.45
TSRemapDoRemap
Function · 0.45
Calls
1
this_thread
Function · 0.85
Tested by
no test coverage detected