Searched refs:gomp_malloc (Results 1 – 4 of 4) sorted by relevance
72 gomp_mutex_t *nlock = gomp_malloc (sizeof (gomp_mutex_t)); in GOMP_critical_name_start()88 plock = gomp_malloc (sizeof (gomp_mutex_t)); in GOMP_critical_name_start()
37 gomp_malloc (size_t size) in gomp_malloc() function
143 team = gomp_malloc (size); in new_team()146 team->work_shares = gomp_malloc (4 * sizeof (struct gomp_work_share *)); in new_team()
263 extern void *gomp_malloc (size_t) __attribute__((malloc));