Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ destroy
Method
destroy
include/hipSYCL/common/allocation_map.hpp:442–444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
440
}
441
442
void destroy(leaf_node& node) {
443
node.~leaf_node();
444
}
445
446
template<int Level>
447
void destroy(intermediate_node<Level>& node) {
Callers
1
~event_pool
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected