]> git.sesse.net Git - stockfish/commit
There is no need to clear TT at allocation time
authorMarco Costalba <mcostalba@gmail.com>
Sun, 11 Jul 2010 08:42:04 +0000 (09:42 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 11 Jul 2010 08:42:04 +0000 (09:42 +0100)
commitee8cdb172173a5af199299320d8f385f63efd1f2
tree40d5b27eb4fbd1927b4906a26f5aa38c72602175
parent82bd61a8fad125edaff8a57243354856772731ed
There is no need to clear TT at allocation time

Operator new() already returns a zeroed memory.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/tt.cpp