1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-21 06:06:31 -04:00

Memory allocation refactoring.

This commit is contained in:
XMRig
2019-12-08 23:17:39 +07:00
parent 8a13e0febd
commit d32df84ca5
32 changed files with 516 additions and 272 deletions

View File

@@ -51,8 +51,8 @@ public:
~RxNUMAStorage() override;
protected:
HugePagesInfo hugePages() const override;
RxDataset *dataset(const Job &job, uint32_t nodeId) const override;
std::pair<uint32_t, uint32_t> hugePages() const override;
void init(const RxSeed &seed, uint32_t threads, bool hugePages, bool oneGbPages, RxConfig::Mode mode, int priority) override;
private: