MCPcopy Create free account
hub / github.com/RenderKit/embree / ~StackArray

Function ~StackArray

common/sys/array.h:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 __forceinline ~StackArray () {
130 if (data != &arr[0]) alignedFree(data);
131 }
132
133 __forceinline operator Ty* () { return data; }
134 __forceinline operator const Ty* () const { return data; }

Callers

nothing calls this directly

Calls 1

alignedFreeFunction · 0.85

Tested by

no test coverage detected