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;
8546 unsigned NumOfAllocators = 0; variable8557 LParenLoc(LParenLoc), NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8565 NumOfAllocators(N) {} in OMPUsesAllocatorsClause()8568 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()8599 unsigned getNumberOfAllocators() const { return NumOfAllocators; } in getNumberOfAllocators()8607 return child_range(Begin, Begin + NumOfAllocators * in children()8614 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()
1564 assert(Data.size() == NumOfAllocators && in setAllocatorsData()
11748 unsigned NumOfAllocators = C->getNumberOfAllocators(); in VisitOMPUsesAllocatorsClause() local11750 Data.reserve(NumOfAllocators); in VisitOMPUsesAllocatorsClause()11751 for (unsigned I = 0; I != NumOfAllocators; ++I) { in VisitOMPUsesAllocatorsClause()