MCPcopy Create free account
hub / github.com/RenderKit/oidn / ~USMBuffer

Method ~USMBuffer

core/buffer.cpp:151–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 USMBuffer::~USMBuffer()
152 {
153 if (!shared && ptr)
154 {
155 try
156 {
157 engine->usmFree(ptr, storage);
158 }
159 catch (...) {}
160 }
161 }
162
163 void USMBuffer::postRealloc()
164 {

Callers

nothing calls this directly

Calls 1

usmFreeMethod · 0.45

Tested by

no test coverage detected