| 843 | } |
| 844 | |
| 845 | ~HostDnVecInt() { |
| 846 | if (this->vals != nullptr) { |
| 847 | free(this->vals); |
| 848 | this->vals = nullptr; |
| 849 | } |
| 850 | // std::cout << "HostDnVecInt destructor called!" << std::endl; |
| 851 | } |
| 852 | }; |
| 853 | |
| 854 | // dense vector wrapper on host: size_t type |
nothing calls this directly
no outgoing calls
no test coverage detected