TempAlloc.free

Frees the last piece of memory allocated by TempAlloc. Since * all memory must be allocated and freed in strict LIFO order, * there's no need to pass a pointer in. All bookkeeping for figuring * out what to free is done internally.

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

Meta