| 871 | } |
| 872 | |
| 873 | ~HostDnVecLongInt() { |
| 874 | if (this->vals != nullptr) { |
| 875 | free(this->vals); |
| 876 | this->vals = nullptr; |
| 877 | } |
| 878 | // std::cout << "HostDnVecLongInt destructor called!" << std::endl; |
| 879 | } |
| 880 | }; |
| 881 | |
| 882 | // dense vector wrapper on host: ptrdiff_t type |
nothing calls this directly
no outgoing calls
no test coverage detected