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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1448   if (allocator == omp_null_allocator)
 1449     allocator = __kmp_threads[gtid]->th.th_def_allocator;
 1452   al = RCAST(kmp_allocator_t *, CCAST(omp_allocator_handle_t, allocator));
 1460   if (allocator > kmp_max_mem_alloc && al->alignment > 0) {
 1466     if (allocator < kmp_max_mem_alloc) {
 1468       if (allocator == omp_high_bw_mem_alloc && mk_hbw_preferred) {
 1522   } else if (allocator < kmp_max_mem_alloc) {
 1524     if (allocator == omp_high_bw_mem_alloc) {