Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ clear
Method
clear
core/arena_planner.cpp:154–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
void ArenaPlanner::clear()
155
{
156
allocs.clear();
157
totalByteSize = 0;
158
totalByteAlignment = 1;
159
dirty = false;
160
}
161
162
OIDN_NAMESPACE_END
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected