MCPcopy Create free account
hub / github.com/brichard19/BitCrack / ~CLKeySearchDevice

Method ~CLKeySearchDevice

CLKeySearchDevice/CLKeySearchDevice.cpp:72–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72CLKeySearchDevice::~CLKeySearchDevice()
73{
74 _clContext->free(_x);
75 _clContext->free(_y);
76 _clContext->free(_xTable);
77 _clContext->free(_yTable);
78 _clContext->free(_xInc);
79 _clContext->free(_yInc);
80 _clContext->free(_deviceResults);
81 _clContext->free(_deviceResultsCount);
82
83 delete _stepKernel;
84 delete _stepKernelWithDouble;
85 delete _initKeysKernel;
86 delete _clContext;
87}
88
89uint64_t CLKeySearchDevice::getOptimalBloomFilterMask(double p, size_t n)
90{

Callers

nothing calls this directly

Calls 1

freeMethod · 0.80

Tested by

no test coverage detected