Searched refs:KMP_INTERNAL_CALLOC (Results 1 – 2 of 2) sorted by relevance
553 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()
125 #define KMP_INTERNAL_CALLOC(n, sz) calloc((n), (sz)) macro