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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1938   if (alloc_thr == this_thr) {
 1940     *((void **)ptr) = this_thr->th.th_free_lists[index].th_free_list_self;
 1941     this_thr->th.th_free_lists[index].th_free_list_self = ptr;
 1943     void *head = this_thr->th.th_free_lists[index].th_free_list_other;
 1946       this_thr->th.th_free_lists[index].th_free_list_other = ptr;
 1961         this_thr->th.th_free_lists[index].th_free_list_other = ptr;
 1995         this_thr->th.th_free_lists[index].th_free_list_other = ptr;
 2006   __kmp_bget_dequeue(this_thr); /* Release any queued buffers */
 2007   brel(this_thr, descr->ptr_allocated);