reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
96 if (S >= MidSize / 2 && (S & (S - 1)) == 0) 96 if (S >= MidSize / 2 && (S & (S - 1)) == 0) 96 if (S >= MidSize / 2 && (S & (S - 1)) == 0) 98 const uptr D = S - PrevS; 100 const uptr L = S ? getMostSignificantSetBitIndex(S) : 0; 100 const uptr L = S ? getMostSignificantSetBitIndex(S) : 0; 101 const uptr Cached = getMaxCachedHint(S) * S; 101 const uptr Cached = getMaxCachedHint(S) * S; 104 I, getSizeByClassId(I), D, P, L, getMaxCachedHint(S), Cached, 105 getClassIdBySize(S)); 107 PrevS = S;