Home
last modified time | relevance | path

Searched refs:kmp_max_mem_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1466 if (allocator > kmp_max_mem_alloc) in __kmpc_destroy_allocator()
1509 if (allocator > kmp_max_mem_alloc && al->alignment > 0) { in __kmpc_alloc()
1516 if (allocator < kmp_max_mem_alloc) { in __kmpc_alloc()
1574 } else if (allocator < kmp_max_mem_alloc) { in __kmpc_alloc()
1746 (allocator > kmp_max_mem_alloc && in __kmpc_free()
1768 if (oal < kmp_max_mem_alloc) { in __kmpc_free()
1787 if (oal > kmp_max_mem_alloc && al->pool_size > 0) { in __kmpc_free()
H A Dkmp_global.cpp318 omp_allocator_handle_t const kmp_max_mem_alloc = variable
H A Dkmp.h977 extern omp_allocator_handle_t const kmp_max_mem_alloc;