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

Method usmFree

devices/cpu/cpu_engine.cpp:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 void CPUEngine::usmFree(void* ptr, Storage storage)
176 {
177 if (ptr != nullptr)
178 alignedFree(ptr);
179 }
180
181 void CPUEngine::usmCopy(void* dstPtr, const void* srcPtr, size_t byteSize)
182 {

Callers

nothing calls this directly

Calls 1

alignedFreeFunction · 0.85

Tested by

no test coverage detected