Searched refs:getCacheCapacity (Results 1 – 1 of 1) sorted by relevance
36 mDicNodePriorityQueue0(getCacheCapacity()), in DicNodesCache()37 mDicNodePriorityQueue1(getCacheCapacity()), in DicNodesCache()38 mDicNodePriorityQueue2(getCacheCapacity()), in DicNodesCache()54 const int nextActiveSizeFittingToTheCapacity = std::min(nextActiveSize, getCacheCapacity()); in reset()157 AK_FORCE_INLINE int getCacheCapacity() const { in getCacheCapacity() function