allocaArray -package:cuda

Temporarily allocate space for the given number of elements (like alloca, but for multiple elements).
Unlifted allocaArray.
Like allocaArray, but add an extra position to hold a special termination element.
Unlifted allocaArray0.