Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ManagedMemorySectionEntries

A class that houses MemorySection data, returned by PackedMemorySnapshot.managedHeapSections and managedStacks.
Read time 1 minuteLast updated 6 days ago

Definition

Warning
Deprecated. This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/)
public class ManagedMemorySectionEntries

Properties

Property

Description

bytesAn array of byte arrays that contain memory dumps.
startAddressAn array of addresses of the start location in memory of the memory dumps referenced by the startAddress property.

Methods

Method

Description

GetNumEntriesGets the number of managed memory section entries.