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

Declarations

projects/openmp/runtime/src/kmp.h
  924 extern omp_allocator_handle_t const omp_high_bw_mem_alloc;

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1468       if (allocator == omp_high_bw_mem_alloc && mk_hbw_preferred) {
 1524     if (allocator == omp_high_bw_mem_alloc) {
 1605       if (oal == omp_high_bw_mem_alloc && mk_hbw_preferred) {
projects/openmp/runtime/src/kmp_settings.cpp
 3304         __kmp_def_allocator = omp_high_bw_mem_alloc;
 3353       __kmp_def_allocator = omp_high_bw_mem_alloc;
 3399   } else if (__kmp_def_allocator == omp_high_bw_mem_alloc) {