| 172 | } |
| 173 | |
| 174 | void CudaKeySearchDevice::getMemoryInfo(uint64_t &freeMem, uint64_t &totalMem) |
| 175 | { |
| 176 | cudaCall(cudaMemGetInfo(&freeMem, &totalMem)); |
| 177 | } |
| 178 | |
| 179 | void CudaKeySearchDevice::removeTargetFromList(const unsigned int hash[5]) |
| 180 | { |
nothing calls this directly
no outgoing calls
no test coverage detected