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

/freebsd-10.2-release/contrib/gcclibs/libgomp/
H A Dalloc.c37 gomp_malloc (size_t size) function
H A Dcritical.c72 gomp_mutex_t *nlock = gomp_malloc (sizeof (gomp_mutex_t));
88 plock = gomp_malloc (sizeof (gomp_mutex_t));
H A Dlibgomp.h263 extern void *gomp_malloc (size_t) __attribute__((malloc));
H A Dteam.c143 team = gomp_malloc (size);
146 team->work_shares = gomp_malloc (4 * sizeof (struct gomp_work_share *));

Completed in 46 milliseconds