Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ free
Method
free
bmf/hmp/java/src/main/java/com/bytedance/hmp/Stream.java:38–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
public
void
free()
39
{
40
if
(own){
41
Api.stream_free(ptr);
42
}
43
}
44
45
//
46
public
boolean query()
Callers
2
testCudaStreamCreate
Method · 0.95
testStreamGuard
Method · 0.95
Calls
1
stream_free
Method · 0.95
Tested by
2
testCudaStreamCreate
Method · 0.76
testStreamGuard
Method · 0.76