MCPcopy
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
358func allocCargs() (a *callArgs) {
359 if v := cargsPool.Get(); v != nil {
360 a = v.(*callArgs)
361 return
362 }
363 return &callArgs{}
364}
365
366func freeCargs(a *callArgs) {
367 *a = cargs0

Callers 15

getPrimaryBMDMethod · 0.85
HeadObjT2TMethod · 0.85
listObjectsRemoteMethod · 0.85
smapFromURLMethod · 0.85
getDaemonInfoMethod · 0.85
headRemoteBckMethod · 0.85
logsETLMethod · 0.85
sendElectionRequestMethod · 0.85
startMaintenanceMethod · 0.85
sendOwnershipTblMethod · 0.85
syncICBundleMethod · 0.85
getRemoteAISInfoMethod · 0.85

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected