Searched refs:allocateBuckets (Results 1 – 1 of 1) sorted by relevance
614 if (allocateBuckets(other.NumBuckets)) { in copyFrom()623 if (allocateBuckets(InitBuckets)) { in init()635 allocateBuckets(std::max<unsigned>(64, static_cast<unsigned>(NextPowerOf2(AtLeast-1)))); in grow()688 bool allocateBuckets(unsigned Num) { in allocateBuckets() function843 new (getLargeRep()) LargeRep(allocateBuckets(other.getNumBuckets())); in copyFrom()852 new (getLargeRep()) LargeRep(allocateBuckets(InitBuckets)); in init()890 new (getLargeRep()) LargeRep(allocateBuckets(AtLeast)); in grow()900 new (getLargeRep()) LargeRep(allocateBuckets(AtLeast)); in grow()986 LargeRep allocateBuckets(unsigned Num) { in allocateBuckets() function