Searched refs:configTable_ (Results 1 – 2 of 2) sorted by relevance
37 configTable_ = DEFAULT_CONFIG_TABLE; in CacheManager()66 configTable_ = table; in SetConfigTable()88 if (configTableLen_ == 0 || configTable_ == nullptr) { in PrecheckStatus()105 lowestRequiredKBs = lowestRequiredKBs + configTable_[index].minLength_; in PrecheckStatus()137 …size_t requestBytes = (configTable_[index].minLength_ * bytesOneKB) + MAGIC_NUMBER_TOTAL_LENGTH_FO… in DistributeCacheRange()139 cacheUnitInfo_[configTable_[index].cacheUser_].cacheStartAddr = startPos; in DistributeCacheRange()140 cacheUnitInfo_[configTable_[index].cacheUser_].cacheLength = requestBytes; in DistributeCacheRange()
87 const CacheUnit *configTable_; variable