Home
last modified time | relevance | path

Searched refs:KMP_INTERNAL_CALLOC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp553 table.sect = (kmp_i18n_section_t *)KMP_INTERNAL_CALLOC( in __kmp_i18n_catgets()
558 table.sect[section].str = (const char **)KMP_INTERNAL_CALLOC( in __kmp_i18n_catgets()
H A Dkmp.h125 #define KMP_INTERNAL_CALLOC(n, sz) calloc((n), (sz)) macro