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

Method resize

common/sys/array.h:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 __forceinline size_t max_size () const { return N; }
72
73 void resize(size_t new_size) {
74 assert(new_size < max_size());
75 M = new_size;
76 }
77
78 /******************** Modifiers **************************/
79

Callers 15

rthwifBuildFunction · 0.45
commitMethod · 0.45
createPrimRefArrayGridsFunction · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45

Calls 1

max_sizeFunction · 0.85

Tested by

no test coverage detected