MCPcopy 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

freeMethod · 0.85
deallocateMethod · 0.85
blockAlignedFreeMethod · 0.85
~StackArrayFunction · 0.85
alignedSYCLFreeFunction · 0.85
deallocateMethod · 0.85
~ParallelRadixSortMethod · 0.85
runMethod · 0.85
device_renderFunction · 0.85
TutorialData_DestructorFunction · 0.85
~TriangleMeshMethod · 0.85

Calls 1

_mm_freeFunction · 0.85

Tested by

no test coverage detected