X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=c442205253e2232aad77ffde7bf9ea70bc6bc0ba;hp=e9c25ad2d7da732b7ad7c071878887bb197c9824;hb=24ba204931901c26960a97f07e3344b6d62b883f;hpb=ccd823a4ffd2ed3e60cb03ab49a841742bae1994 diff --git a/src/tt.h b/src/tt.h index e9c25ad2..c4422052 100644 --- a/src/tt.h +++ b/src/tt.h @@ -89,12 +89,12 @@ public: const TTEntry* probe(const Key key) const; TTEntry* first_entry(const Key key) const; - void resize(uint64_t mbSize); + void resize(size_t mbSize); void clear(); void store(const Key key, Value v, Bound type, Depth d, Move m, Value statV); private: - uint32_t clusterCount; + size_t clusterCount; TTCluster* table; void* mem; uint8_t generation; // Size must be not bigger than TTEntry::genBound8