Searched refs:gomp_aligned_alloc (Results 1 – 6 of 6) sorted by relevance
82 ws = gomp_aligned_alloc (__alignof (struct gomp_work_share), in alloc_work_share()197 ws = gomp_aligned_alloc (__alignof (struct gomp_work_share), in gomp_work_share_start()
63 gomp_aligned_alloc (size_t al, size_t size) in gomp_aligned_alloc() function
104 extern void *gomp_aligned_alloc (size_t, size_t)
181 team = gomp_aligned_alloc (__alignof (struct gomp_team), in gomp_new_team()
2157 void *ptr = gomp_aligned_alloc (d[2], sz); in gomp_reduction_register()
238 * alloc.c (gomp_aligned_alloc): Move defined(HAVE__ALIGNED_MALLOC)1077 * alloc.c (gomp_aligned_alloc): Fix typo.1088 gomp_aligned_alloc instead of team_malloc.1093 * alloc.c (gomp_aligned_alloc): Prefer _aligned_alloc over1258 * work.c (gomp_work_share_start): Use gomp_aligned_alloc instead of6830 * alloc.c (gomp_aligned_alloc, gomp_aligned_free): New functions.6880 gomp_aligned_alloc uses fallback implementation.6881 (gomp_aligned_alloc, gomp_aligned_free): Declare.7067 * work.c (alloc_work_share): Use gomp_aligned_alloc instead of