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

Method getMemoryInfo

CLKeySearchDevice/CLKeySearchDevice.cpp:339–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void CLKeySearchDevice::getMemoryInfo(uint64_t &freeMem, uint64_t &totalMem)
340{
341 freeMem = _globalMemSize - _targetMemSize - _pointsMemSize;
342 totalMem = _globalMemSize;
343}
344
345void CLKeySearchDevice::splatBigInt(unsigned int *ptr, int idx, secp256k1::uint256 &k)
346{

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected