X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=7343c525fc6847da40c83c3168fdfa857446f73a;hp=4df015c07cbc34c5f847f4a91202b64b79a90b3f;hb=a3b4e9e23ca7f8949336014468b872e57da85762;hpb=05cb58f4fc585bb7776acfda2eb761a27959d6e5 diff --git a/src/tt.h b/src/tt.h index 4df015c0..7343c525 100644 --- a/src/tt.h +++ b/src/tt.h @@ -86,6 +86,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();