managedHeapSections
Array of actual managed heap memory sections.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public ManagedMemorySectionEntries managedHeapSections { get; }
Remarks
A PackedMemorySnapshot actually contains the raw bytes from the managed memory, with the intent of having these bytes analyzed. A managed heap can contain of multiple sections, as it grows dynamically on demand.