Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_Destructor
Function · 0.85
addCurve
Function · 0.85
addLines
Function · 0.85
device_render
Function · 0.85
TutorialData_Destructor
Function · 0.85
device_render
Function · 0.85
TutorialData_Destructor
Function · 0.85
TutorialData_Destructor
Function · 0.85
TutorialData_Destructor
Function · 0.85
createGridGeometry
Function · 0.85
TutorialData_Destructor
Function · 0.85
TutorialData_Destructor
Function · 0.85
Calls
2
alignedFree
Function · 0.85
alignedSYCLFree
Function · 0.50
Tested by
no test coverage detected