Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


managedHeapSections

Array of actual managed heap memory sections.
Read time 1 minuteLast updated 9 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 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.