Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ alignedFree
Function
alignedFree
third-party/embreeSrc/common/sys/alloc.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void alignedFree(void* ptr)
29
{
30
if (ptr)
31
_mm_free(ptr);
32
}
33
}
34
Callers
3
~StackArray
Function · 0.70
deallocate
Method · 0.70
~ParallelRadixSort
Method · 0.50
Calls
1
_mm_free
Function · 0.85
Tested by
no test coverage detected