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

Function alignedUSMFree

tutorials/common/alloc/alloc.cpp:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void alignedUSMFree(void* ptr)
42 {
43#if defined(EMBREE_SYCL_SUPPORT)
44 if (tls_context)
45 return alignedSYCLFree(tls_context,ptr);
46 else
47#endif
48 return alignedFree(ptr);
49 }
50
51}

Callers 15

TutorialData_DestructorFunction · 0.85
addCurveFunction · 0.85
addLinesFunction · 0.85
device_renderFunction · 0.85
TutorialData_DestructorFunction · 0.85
device_renderFunction · 0.85
TutorialData_DestructorFunction · 0.85
TutorialData_DestructorFunction · 0.85
TutorialData_DestructorFunction · 0.85
createGridGeometryFunction · 0.85
TutorialData_DestructorFunction · 0.85
TutorialData_DestructorFunction · 0.85

Calls 2

alignedFreeFunction · 0.85
alignedSYCLFreeFunction · 0.50

Tested by

no test coverage detected