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