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;
8506 unsigned NumOfAllocators = 0; variable8517 LParenLoc(LParenLoc), NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8525 NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8528 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()8559 unsigned getNumberOfAllocators() const { return NumOfAllocators; } in getNumberOfAllocators()8567 return child_range(Begin, Begin + NumOfAllocators * in children()8574 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()
1564 assert(Data.size() == NumOfAllocators && in setAllocatorsData()
11602 unsigned NumOfAllocators = C->getNumberOfAllocators(); in VisitOMPUsesAllocatorsClause() local11604 Data.reserve(NumOfAllocators); in VisitOMPUsesAllocatorsClause()11605 for (unsigned I = 0; I != NumOfAllocators; ++I) { in VisitOMPUsesAllocatorsClause()