Home
last modified time | relevance | path

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

/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dcache.c22 int yCacheNumber= 16; /* don't try to manage more than 16 cache blocks */ variable
547 while (n>yCacheNumber || total>yCacheSize) { in PruneCache()
572 while (n+1<=yCacheNumber && total+size<=yCacheSize) { in PruneCache()
H A Dbinio.h679 PLUG_API int yCacheNumber, yCacheN; variable