Searched refs:alloc_thr (Results 1 – 1 of 1) sorted by relevance
1652 kmp_info_t *alloc_thr; in ___kmp_fast_free() local1682 alloc_thr = (kmp_info_t *)descr->ptr_aligned; // get thread owning the block in ___kmp_fast_free()1683 if (alloc_thr == this_thr) { in ___kmp_fast_free()1702 if (q_th == alloc_thr && q_sz <= KMP_FREE_LIST_LIMIT) { in ___kmp_fast_free()