Home
last modified time | relevance | path

Searched refs:gomp_malloc_cleared (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dalloc.c46 gomp_malloc_cleared (size_t size) in gomp_malloc_cleared() function
H A Dlibgomp.h264 extern void *gomp_malloc_cleared (size_t) __attribute__((malloc));
H A Dwork.c48 ws = gomp_malloc_cleared (size); in gomp_new_work_share()