Searched refs:NumOfAllocators (Results 1 – 4 of 4) sorted by relevance
31 : NumOfAllocators(parallel::getThreadCount()), in PerThreadAllocator()32 Allocators(std::make_unique<AllocatorTy[]>(NumOfAllocators)) {} in PerThreadAllocator()44 assert(getThreadIndex() < NumOfAllocators); in Allocate()51 assert(getThreadIndex() < NumOfAllocators); in Deallocate()57 assert(getThreadIndex() < NumOfAllocators); in getThreadLocalAllocator()62 size_t getNumberOfAllocators() const { return NumOfAllocators; } in getNumberOfAllocators()111 size_t NumOfAllocators;
9132 unsigned NumOfAllocators = 0; variable9143 LParenLoc(LParenLoc), NumOfAllocators(N) {} in OMPUsesAllocatorsClause()9151 NumOfAllocators(N) {} in OMPUsesAllocatorsClause()9154 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()9185 unsigned getNumberOfAllocators() const { return NumOfAllocators; } in getNumberOfAllocators()9193 return child_range(Begin, Begin + NumOfAllocators * in children()9200 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()
1583 assert(Data.size() == NumOfAllocators && in setAllocatorsData()
12534 unsigned NumOfAllocators = C->getNumberOfAllocators(); in VisitOMPUsesAllocatorsClause() local12536 Data.reserve(NumOfAllocators); in VisitOMPUsesAllocatorsClause()12537 for (unsigned I = 0; I != NumOfAllocators; ++I) { in VisitOMPUsesAllocatorsClause()