Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rthwifIsSYCLDeviceSupported
Function · 0.45
rthwifBuild
Function · 0.45
commit
Method · 0.45
createPrimRefArrayGrids
Function · 0.45
createPrimRefArrayMSMBlurGrid
Function · 0.45
build
Method · 0.45
build
Method · 0.45
build
Method · 0.45
build
Method · 0.45
build
Method · 0.45
build
Method · 0.45
createPrimRefArrayMBlurGrid
Method · 0.45
Calls
1
max_size
Function · 0.85
Tested by
no test coverage detected