MCPcopy Create free account
hub / github.com/RenderKit/oidn / usmFree

Method usmFree

core/engine.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 void Engine::usmFree(void* ptr, Storage storage)
138 {
139 throw std::logic_error("USM is not supported by the device");
140 }
141
142 void Engine::usmCopy(void* dstPtr, const void* srcPtr, size_t byteSize)
143 {

Callers 3

~USMBufferMethod · 0.45
~USMHeapMethod · 0.45
reallocMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected