Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h3056 #define NUM_LISTS 4 macro
3057 kmp_free_list_t th_free_lists[NUM_LISTS]; // Free lists for fast memory
H A Dkmp_alloc.cpp2279 memset(this_thr->th.th_free_lists, 0, NUM_LISTS * sizeof(kmp_free_list_t)); in __kmp_initialize_fast_memory()