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

Function size

common/sys/array.h:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 __forceinline size_t size() const
176 {
177 if (isStackAllocated()) return max_stack_elements;
178 else return max_total_elements;
179 }
180
181 __forceinline void resize(size_t M)
182 {

Callers

nothing calls this directly

Calls 1

isStackAllocatedFunction · 0.85

Tested by

no test coverage detected