MCPcopy Create free account
hub / github.com/brichard19/BitCrack / getMemoryInfo

Method getMemoryInfo

CudaKeySearchDevice/CudaKeySearchDevice.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void CudaKeySearchDevice::getMemoryInfo(uint64_t &freeMem, uint64_t &totalMem)
175{
176 cudaCall(cudaMemGetInfo(&freeMem, &totalMem));
177}
178
179void CudaKeySearchDevice::removeTargetFromList(const unsigned int hash[5])
180{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected