TempAlloc.frameInit

Initializes a frame, i.e. marks the current allocation position. * Memory past the position at which this was last called will be * freed when frameFree() is called. Returns a reference to the * State class in case the caller wants to cache it for speed.

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

Meta