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

Declarations

projects/openmp/runtime/src/kmp.h
  929 extern omp_allocator_handle_t const kmp_max_mem_alloc;

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1422   if (allocator > kmp_max_mem_alloc)
 1460   if (allocator > kmp_max_mem_alloc && al->alignment > 0) {
 1466     if (allocator < kmp_max_mem_alloc) {
 1522   } else if (allocator < kmp_max_mem_alloc) {
 1603     if (oal < kmp_max_mem_alloc) {
 1620     if (oal > kmp_max_mem_alloc && al->pool_size > 0) {