MCPcopy Create free account
hub / github.com/apache/tvm-ffi / InitForDeinitError

Function InitForDeinitError

tests/cpp/test_init_once.cc:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static int InitForDeinitError(void** handle_addr) {
63 *handle_addr = new int(100);
64 return 0;
65}
66
67static int DeinitWithError(void* h) {
68 delete static_cast<int*>(h);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected