MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / destroy

Function destroy

src/api/api.cpp:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417
418template <class T>
419static void destroy(T* x)
420{
421 delete x; // NOLINT
422}
423
424// TODO: Move to interface preamble
425template <class C, class D>

Calls

no outgoing calls

Tested by

no test coverage detected