Home
last modified time | relevance | path

Searched refs:MAX_THREADS (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc/
H A DStatistics.h17 #define MAX_THREADS 1024 macro
57 static bin_counters statistic[MAX_THREADS][NUM_OF_BINS+1]; //zero-initialized;
61 …return reportAllocationStatistics && thread < MAX_THREADS ? ++(statistic[thread][bin].counter[ctr]… in STAT_increment()
H A Dfrontend.cpp2930 for( int i=1; i<=nThreads && i<MAX_THREADS; ++i ) in __TBB_mallocProcessShutdownNotification()