MCPcopy 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

~StackArrayFunction · 0.70
deallocateMethod · 0.70
~ParallelRadixSortMethod · 0.50

Calls 1

_mm_freeFunction · 0.85

Tested by

no test coverage detected