Searched refs:CACHE_UNIT_MAX_KBS (Results 1 – 1 of 1) sorted by relevance
40 constexpr uint8_t CACHE_UNIT_MAX_KBS = 128; // max 128KB variable41 constexpr uint32_t CACHE_UNIT_MAX_BYTES = CACHE_UNIT_MAX_KBS * 1024;61 CacheUnit() : cacheUser_(USER_MAX_COUNT), minLength_(CACHE_UNIT_MAX_KBS) {} in CacheUnit()