MCPcopy Create free account
hub / github.com/RenderKit/embree / free

Method free

kernels/common/device.cpp:613–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611 }
612
613 void Device::free(void* ptr) {
614 alignedFree(ptr);
615 }
616
617 const std::vector<std::string> Device::error_strings = {
618 "No Error",

Callers 8

syncWithDeviceMethod · 0.45
~InstanceArrayMethod · 0.45
setInstancedScenesMethod · 0.45
deallocateMethod · 0.45
blockAlignedFreeMethod · 0.45
~SceneMethod · 0.45
~InstanceMethod · 0.45
setNumTimeStepsMethod · 0.45

Calls 2

alignedFreeFunction · 0.85
alignedSYCLFreeFunction · 0.50

Tested by

no test coverage detected