| 276 | { if ((_level>=0)&&(_level<levels.size())) levels[_level]->catchupCurR(rdId,_curR); } |
| 277 | |
| 278 | long cDataMemory::getCurW(int _level) const |
| 279 | { if ((_level>=0)&&(_level<levels.size())) return levels[_level]->getCurW(); else return -1; } |
| 280 | long cDataMemory::getCurR(int _level, int rdId) const |
| 281 | { if ((_level>=0)&&(_level<levels.size())) return levels[_level]->getCurR(rdId); else return -1; } |
| 282 | long cDataMemory::getNFree(int _level,int rdId) const |