mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +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)
|
if (mem)
|
||||||
sync_cout << "info string Hash table allocation: Windows large pages used." << sync_endl;
|
sync_cout << "info string Hash table allocation: Windows large pages used." << sync_endl;
|
||||||
else
|
//else
|
||||||
sync_cout << "info string Hash table allocation: Windows large pages not used." << sync_endl;
|
//sync_cout << "info string Hash table allocation: Windows large pages not used." << sync_endl;
|
||||||
}
|
}
|
||||||
firstCall = false;
|
firstCall = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user