Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ free
Method
free
modules/mpi/common/ObjectHandle.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
static int32 nextFreeLocalID = 1;
18
19
void ObjectHandle::free()
20
{
21
freedHandles.push((int64) * this);
22
}
23
24
ObjectHandle::ObjectHandle() : i64(NULL_HANDLE) {}
25
Callers
3
~DistributedLoadBalancer
Method · 0.45
deallocate
Method · 0.45
~BufferDevice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected