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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1844   ptr = this_thr->th.th_free_lists[index].th_free_list_self;
 1845   if (ptr != NULL) {
 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);
 1855   if (ptr != NULL) {
 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);
 1885   ptr = (void *)((((kmp_uintptr_t)alloc_ptr) + sizeof(kmp_mem_descr_t) +
 1888   descr = (kmp_mem_descr_t *)(((kmp_uintptr_t)ptr) - sizeof(kmp_mem_descr_t));
 1900   return ptr;