Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ apiReqFree
Function
apiReqFree
ais/htcommon.go:759–765 ·
view source on GitHub ↗
(a *apiRequest)
Source
from the content-addressed store, hash-verified
757
}
758
759
func
apiReqFree(a *apiRequest) {
760
if
a.dpq != nil {
761
dpqFree(a.dpq)
762
}
763
*a = apireq0
764
apiReqPool.Put(a)
765
}
766
767
//
768
// misc helpers
Callers
15
_parseReqTry
Method · 0.85
httpobjget
Method · 0.85
httpobjput
Method · 0.85
httpbckdelete
Method · 0.85
httpobjpost
Method · 0.85
httpbckhead
Method · 0.85
httpbckpatch
Method · 0.85
httpbckdelete
Method · 0.85
httpbckpost
Method · 0.85
httpbckhead
Method · 0.85
httpobjget
Method · 0.85
httpobjput
Method · 0.85
Calls
2
dpqFree
Function · 0.85
Put
Method · 0.45
Tested by
no test coverage detected