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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1247     if (kmp_mk_check(**pkind)) // kind not available or error
 1259     kmp_mk_check = (int (*)(void *))dlsym(h_memkind, "memkind_check_available");
 1264     if (kmp_mk_check && kmp_mk_alloc && kmp_mk_free && mk_default &&
 1265         !kmp_mk_check(*mk_default)) {
 1288   kmp_mk_check = NULL;
 1324   kmp_mk_check = NULL;