Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchart1.cpp7258 unsigned int minimum_cache = 1; in OnMemFootTimer() local
7259 if( cc->GetQuiltMode() ) minimum_cache = cc->GetQuiltChartCount(); in OnMemFootTimer()
7262 && ( pCache->GetCount() > minimum_cache ) && ( idelete < idelete_max ) ) { in OnMemFootTimer()