Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassicOldSong/Apollo
/ cff
Function
cff
src/platform/linux/cuda.cpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void cff(CudaFunctions *cf) {
52
cuda_free_functions(&cf);
53
}
54
55
using cdf_t = util::safe_ptr<CudaFunctions, cff>;
56
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected