Searched refs:allocateBuckets (Results 1 – 2 of 2) sorted by relevance
827 if (allocateBuckets(other.NumBuckets)) { in copyFrom()837 if (allocateBuckets(InitBuckets)) { in init()849 allocateBuckets(std::max<unsigned>(64, static_cast<unsigned>(NextPowerOf2(AtLeast-1)))); in grow()907 bool allocateBuckets(unsigned Num) { in allocateBuckets() function1072 new (getLargeRep()) LargeRep(allocateBuckets(other.getNumBuckets())); in copyFrom()1081 new (getLargeRep()) LargeRep(allocateBuckets(InitBuckets)); in init()1118 new (getLargeRep()) LargeRep(allocateBuckets(AtLeast)); in grow()1129 new (getLargeRep()) LargeRep(allocateBuckets(AtLeast)); in grow()1226 LargeRep allocateBuckets(unsigned Num) { in allocateBuckets() function
626 if (allocateBuckets(other.NumBuckets)) { in copyFrom()636 if (allocateBuckets(InitBuckets)) { in init()648 allocateBuckets(RoundUpToPowerOfTwo(Max<unsigned>(64, AtLeast))); in grow()674 bool allocateBuckets(unsigned Num) { in allocateBuckets() function