Searched refs:sizeToIdx (Results 1 – 3 of 3) sorted by relevance
57 static int sizeToIdx(size_t size) { in sizeToIdx() function89 static int sizeToIdx(size_t size) { in sizeToIdx() function254 static int sizeToIdx(size_t size) { in sizeToIdx() function255 return Props::sizeToIdx(size); in sizeToIdx()330 static int sizeToIdx(size_t size);
60 hugeCache.hugeSizeThresholdIdx = HugeCacheType::sizeToIdx(hugeSizeThreshold); in setHugeSizeThreshold()839 int idx = Props::sizeToIdx(size); in get()853 int idx = Props::sizeToIdx(size); in updateCacheState()879 int toBinIdx = Props::sizeToIdx(toCache->unalignedSize); in putList()910 int LargeObjectCache::sizeToIdx(size_t size) in sizeToIdx() function in rml::internal::LargeObjectCache914 LargeCacheType::sizeToIdx(size) : in sizeToIdx()915 LargeCacheType::numBins + HugeCacheType::sizeToIdx(size); in sizeToIdx()929 int currIdx = sizeToIdx(curr->unalignedSize); in putList()936 if (sizeToIdx(b->unalignedSize) == currIdx) { in putList()
1055 const int binIdx = defaultMemPool->extMemPool.loc.largeCache.sizeToIdx( allocationSize ); in LOCModelTester()1490 int calcIdx = CacheType::sizeToIdx(alignedSize); in TestLOCacheBinsConverterImpl()