TempAlloc.frameFree

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

  1. void frameFree()
  2. void frameFree(State stateCopy)
    struct TempAlloc
    static nothrow
    void
    frameFree
    (
    State stateCopy
    )

Meta