mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Update outdated comments
closes https://github.com/official-stockfish/Stockfish/pull/5158 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
c55ae376f6
commit
432995ad82
@@ -67,7 +67,7 @@ uint8_t TTEntry::relative_age(const uint8_t generation8) const {
|
||||
|
||||
|
||||
// Sets the size of the transposition table,
|
||||
// measured in megabytes. Transposition table consists of a power of 2 number
|
||||
// measured in megabytes. Transposition table consists
|
||||
// of clusters and each cluster consists of ClusterSize number of TTEntry.
|
||||
void TranspositionTable::resize(size_t mbSize, int threadCount) {
|
||||
aligned_large_pages_free(table);
|
||||
|
||||
Reference in New Issue
Block a user