Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ allocCargs
Function
allocCargs
ais/htcommon.go:358–364 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
356
}
357
358
func
allocCargs() (a *callArgs) {
359
if
v := cargsPool.Get(); v != nil {
360
a = v.(*callArgs)
361
return
362
}
363
return
&callArgs{}
364
}
365
366
func
freeCargs(a *callArgs) {
367
*a = cargs0
Callers
15
getPrimaryBMD
Method · 0.85
HeadObjT2T
Method · 0.85
listObjectsRemote
Method · 0.85
smapFromURL
Method · 0.85
getDaemonInfo
Method · 0.85
headRemoteBck
Method · 0.85
logsETL
Method · 0.85
sendElectionRequest
Method · 0.85
startMaintenance
Method · 0.85
sendOwnershipTbl
Method · 0.85
syncICBundle
Method · 0.85
getRemoteAISInfo
Method · 0.85
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected