ManagedMemorySectionEntries
A class that houses MemorySection data, returned by PackedMemorySnapshot.managedHeapSections and managedStacks.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public class ManagedMemorySectionEntries
Properties
Property | Description |
|---|---|
| bytes | An array of byte arrays that contain memory dumps. |
| startAddress | An array of addresses of the start location in memory of the memory dumps referenced by the startAddress property. |
Methods
Method | Description |
|---|---|
| GetNumEntries | Gets the number of managed memory section entries. |