TempAlloc.free

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

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

Meta