Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp140 void *GlobalMemory = memory::allocGlobal( in push() local
143 ASSERT(GlobalMemory != nullptr && "nullptr returned by malloc!"); in push()
145 return GlobalMemory; in push()