Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ RecRecordFree
Function
RecRecordFree
src/records/RecUtils.cc:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void
43
RecRecordFree(RecRecord *r)
44
{
45
rec_mutex_destroy(&(r->lock));
46
}
47
48
//-------------------------------------------------------------------------
49
// RecAlloc
Callers
nothing calls this directly
Calls
1
rec_mutex_destroy
Function · 0.85
Tested by
no test coverage detected