MCPcopy Create free account
hub / github.com/RenderKit/embree / isStackAllocated

Function isStackAllocated

common/sys/array.h:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 __forceinline bool isStackAllocated() const {
172 return data == &arr[0];
173 }
174
175 __forceinline size_t size() const
176 {

Callers 3

~DynamicStackArrayFunction · 0.85
sizeFunction · 0.85
resizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected