TempAlloc.frameInit

Same as frameInit() but uses stateCopy cached on stack by caller * to avoid a thread-local storage lookup. Strictly a speed hack.

  1. State frameInit()
  2. State frameInit(State stateCopy)
    struct TempAlloc
    static nothrow
    State
    frameInit
    (
    State stateCopy
    )

Meta