Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dtarget_impl.h146 DEVICE void *__kmpc_impl_malloc(size_t x);
Dtarget_impl.hip148 DEVICE void *__kmpc_impl_malloc(size_t ) { return nullptr }
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dsupport.cu243 void *ptr = __kmpc_impl_malloc(size); in SafeMalloc()
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h221 INLINE void *__kmpc_impl_malloc(size_t x) { return malloc(x); } in __kmpc_impl_malloc() function