Vixen
02b45cc4
csharp
public enum MemoryArena

Which of the four arenas doc 13 names a row belongs to.

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

Fields and properties (4)

  • Managed

    The garbage collector's heap.

  • Native

    Native allocations, from LeakTracker.

  • Gpu

    Device memory.

  • Assets

    Loaded assets, and what they are holding alive.

Used by (6)

  • DiagnosticsModuleVixen.Editor.Diagnostics
  • DiagnosticsPanelTestsVixen.Editor.App.Tests
  • MemoryRowVixen.Editor.Profiler
  • MemorySnapshotVixen.Editor.Profiler
  • MemoryViewVixen.Editor.Profiler
  • StatisticsAndMemoryTestsVixen.Editor.Profiler.Tests