reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1829     index = 0; // idx is [ 0, 1 ], use first free list
 1832     index = 1; // idx is [ 2, 3 ], use second free list
 1835     index = 2; // idx is [ 4, 15 ], use third free list
 1838     index = 3; // idx is [ 16, 63 ], use fourth free list
 1844   ptr = this_thr->th.th_free_lists[index].th_free_list_self;
 1847     this_thr->th.th_free_lists[index].th_free_list_self = *((void **)ptr);
 1854   ptr = TCR_SYNC_PTR(this_thr->th.th_free_lists[index].th_free_list_sync);
 1860         &this_thr->th.th_free_lists[index].th_free_list_sync, ptr, nullptr)) {
 1862       ptr = TCR_SYNC_PTR(this_thr->th.th_free_lists[index].th_free_list_sync);
 1866     this_thr->th.th_free_lists[index].th_free_list_self = *((void **)ptr);