Searched refs:kmp_dephash_t (Results 1 – 3 of 3) sorted by relevance
66 static kmp_dephash_t *__kmp_dephash_extend(kmp_info_t *thread, in __kmp_dephash_extend()67 kmp_dephash_t *current_dephash) { in __kmp_dephash_extend()68 kmp_dephash_t *h; in __kmp_dephash_extend()76 new_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_extend()79 h = (kmp_dephash_t *)__kmp_fast_allocate(thread, size_to_allocate); in __kmp_dephash_extend()81 h = (kmp_dephash_t *)__kmp_thread_malloc(thread, size_to_allocate); in __kmp_dephash_extend()115 static kmp_dephash_t *__kmp_dephash_create(kmp_info_t *thread, in __kmp_dephash_create()117 kmp_dephash_t *h; in __kmp_dephash_create()127 h_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_create()130 h = (kmp_dephash_t *)__kmp_fast_allocate(thread, size); in __kmp_dephash_create()[all …]
55 kmp_dephash_t *h) { in __kmp_dephash_free_entries()79 static inline void __kmp_dephash_free(kmp_info_t *thread, kmp_dephash_t *h) { in __kmp_dephash_free()
2276 } kmp_dephash_t; typedef2374 kmp_dephash_t