X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=32b4036e39dea085974410867b7212facfc6c625;hp=14f820d0cb6677637615f7d21b312514ed2d26fe;hb=6fa6da3ee13d2b7bdbec3cd24ff8ca43233c74fb;hpb=96e36a789708164b14c873cdb2e0acac9aca57e7 diff --git a/src/tt.h b/src/tt.h index 14f820d0..32b4036e 100644 --- a/src/tt.h +++ b/src/tt.h @@ -88,6 +88,7 @@ public: void new_search() { generation8 += 4; } // Lower 2 bits are used by Bound uint8_t generation() const { return generation8; } TTEntry* probe(const Key key, bool& found) const; + int hashfull() const; void resize(size_t mbSize); void clear();