mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-16 07:06:23 +08:00
Update misc.cpp
do not clutter console window remove "Windows large pages not used." only show message when/if successful
This commit is contained in:
@@ -371,8 +371,8 @@ void* aligned_ttmem_alloc(size_t allocSize, void*& mem) {
|
||||
{
|
||||
if (mem)
|
||||
sync_cout << "info string Hash table allocation: Windows large pages used." << sync_endl;
|
||||
else
|
||||
sync_cout << "info string Hash table allocation: Windows large pages not used." << sync_endl;
|
||||
//else
|
||||
//sync_cout << "info string Hash table allocation: Windows large pages not used." << sync_endl;
|
||||
}
|
||||
firstCall = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user