Home
last modified time | relevance | path

Searched refs:gomp_malloc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dcritical.c72 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()
H A Dalloc.c37 gomp_malloc (size_t size) in gomp_malloc() function
H A Dteam.c143 team = gomp_malloc (size); in new_team()
146 team->work_shares = gomp_malloc (4 * sizeof (struct gomp_work_share *)); in new_team()
H A Dlibgomp.h263 extern void *gomp_malloc (size_t) __attribute__((malloc));