Home
last modified time | relevance | path

Searched refs:allocShared (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp162 void *memory::allocShared(uint64_t Bytes, const char *Reason) { in allocShared() function in memory
398 return memory::allocShared(Bytes, "Frontend alloc shared"); in __kmpc_alloc_shared()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h29 void *allocShared(uint64_t Size, const char *Reason);