csharp
public enum MemoryArenaWhich 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)
ManagedThe garbage collector's heap.
NativeNative allocations, from LeakTracker.
GpuDevice memory.
AssetsLoaded 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