Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ alignedFree
Function
alignedFree
common/sys/alloc.cpp:27–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void alignedFree(void* ptr)
28
{
29
if (ptr) {
30
_mm_free(ptr);
31
}
32
}
33
34
#if defined(EMBREE_SYCL_SUPPORT)
35
Callers
15
free
Method · 0.85
deallocate
Method · 0.85
blockAlignedFree
Method · 0.85
~StackArray
Function · 0.85
alignedSYCLFree
Function · 0.85
deallocate
Method · 0.85
~ParallelRadixSort
Method · 0.85
run
Method · 0.85
device_render
Function · 0.85
TutorialData_Destructor
Function · 0.85
~TriangleMesh
Method · 0.85
TutorialData_FreeTreeData
Function · 0.85
Calls
1
_mm_free
Function · 0.85
Tested by
no test coverage detected