This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

NativeAllocationSiteEntries

class in UnityEditor.Profiling.Memory.Experimental

/

Implemented in:UnityEditor

Description

A class that houses native allocation site entries, returned by PackedMemorySnapshot.nativeAllocationSites.

Properties

callstackSymbolsAn array of callstack symbols corresponding to this allocation site, referring to NativeCallstackSymbolEntries.symbol.
idAn array containing allocation site IDs.
memoryLabelIndexAn array containing memory labels attached to allocation sites. Referenced by index into PackedMemorySnapshot.nativeMemoryLabels.

Public Methods

GetNumEntriesGets the number of native allocation site entries.