Home
last modified time | relevance | path

Searched refs:EGTB_CACHE_SIZE_MAX (Results 1 – 1 of 1) sorted by relevance

/dports/games/scid/scid/src/
H A Dprobe.cpp51 static const uint EGTB_CACHE_SIZE_MAX = 128 * 1024 * 1024; // 128 MB variable
85 if (cachesize > EGTB_CACHE_SIZE_MAX) { in scid_TB_SetCacheSize()
86 EGTB_cachesize = EGTB_CACHE_SIZE_MAX; in scid_TB_SetCacheSize()