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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1914   KMP_ASSERT(ptr != NULL);
 1916   descr = (kmp_mem_descr_t *)(((kmp_uintptr_t)ptr) - sizeof(kmp_mem_descr_t));
 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;
 1946       this_thr->th.th_free_lists[index].th_free_list_other = ptr;
 1947       *((void **)ptr) = NULL; // mark the tail of the list
 1959         *((void **)ptr) = head;
 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;
 1996         *((void **)ptr) = NULL;