Searched refs:kMaxNumberOfSlots (Results 1 – 2 of 2) sorted by relevance
460 constexpr size_t kMaxNumberOfSlots = std::numeric_limits<int32_t>::max(); in allocateSlotLocked() local470 CHECK(mMemoryCache.size() < kMaxNumberOfSlots) << "Exceeded maximum number of slots!"; in allocateSlotLocked()
190 constexpr size_t kMaxNumberOfSlots = std::numeric_limits<int32_t>::max(); in allocateSlotLocked() local200 CHECK_LT(mMemoryCache.size(), kMaxNumberOfSlots) << "Exceeded maximum number of slots!"; in allocateSlotLocked()