Searched refs:MAX_BGET_BINS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp124 #define MAX_BGET_BINS (int)(sizeof(bget_bin_size) / sizeof(bufsize)) macro
168 bfhead_t freelist[MAX_BGET_BINS];
210 int lo = 0, hi = MAX_BGET_BINS - 1;
222 KMP_DEBUG_ASSERT((lo >= 0) && (lo < MAX_BGET_BINS));
237 for (i = 0; i < MAX_BGET_BINS; ++i) {
401 for (bin = 0; bin < MAX_BGET_BINS; ++bin) {
461 for (bin = bget_get_bin(size); bin < MAX_BGET_BINS; ++bin) {
956 for (bin = 0; bin < MAX_BGET_BINS; ++bin) {
2036 for (bin = 0; bin < MAX_BGET_BINS; ++bin) {

Completed in 53 milliseconds