NativeAllocationSiteEntries
A class that houses native allocation site entries, returned by nativeAllocationSites.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Profiling.Memory.Experimental
- Assembly: UnityEditor.CoreModule
public class NativeAllocationSiteEntries
Properties
Property | Description |
|---|---|
| callstackSymbols | An array of callstack symbols corresponding to this allocation site, referring to NativeCallstackSymbolEntries.symbol. |
| id | An array containing allocation site IDs. |
| memoryLabelIndex | An array containing memory labels attached to allocation sites. Referenced by index into nativeMemoryLabels. |
Methods
Method | Description |
|---|---|
| GetNumEntries | Gets the number of native allocation site entries. |