MCPcopy 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

17static int32 nextFreeLocalID = 1;
18
19void ObjectHandle::free()
20{
21 freedHandles.push((int64) * this);
22}
23
24ObjectHandle::ObjectHandle() : i64(NULL_HANDLE) {}
25

Callers 3

deallocateMethod · 0.45
~BufferDeviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected