alloca

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void* alloca(size_t length)
    version(ECSEmscripten)
    export extern (C) export @nogc nothrow
    void*
    alloca
    (
    size_t length
    )
  2. alias alloca = __alloca

Meta