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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1599   oal = (omp_allocator_handle_t)al; // cast to void* for comparisons
 1603     if (oal < kmp_max_mem_alloc) {
 1605       if (oal == omp_high_bw_mem_alloc && mk_hbw_preferred) {
 1620     if (oal > kmp_max_mem_alloc && al->pool_size > 0) {