Vixen
02b45cc4
csharp
public readonly struct ArenaAllocator.Scope

A nested allocation scope. Disposing it rewinds the arena to where the scope began.

No guide page documents this yet — the page shows what the code says about itself.

Methods (1)

  • public void Dispose()

    Rewinds the arena to where this scope began.

Used by (2)

  • ArenaAllocatorVixen.Core.Memory
  • FrameArenaVixen.Core.Memory