Add Mem class.

This commit is contained in:
XMRig 2017-06-09 15:09:21 +03:00
parent ef3af1c4fd
commit 30642881bf
5 changed files with 107 additions and 27 deletions

View file

@ -29,6 +29,7 @@
#include "Console.h"
#include "Cpu.h"
#include "crypto/CryptoNight.h"
#include "Mem.h"
#include "net/Client.h"
#include "net/Network.h"
#include "Options.h"
@ -67,6 +68,7 @@ App::exec()
return 1;
}
Mem::allocate(m_options->algo(), m_options->threads(), m_options->doubleHash());
Summary::print();
m_network->connect();