This version of Unity is unsupported.
Method group is Obsolete

PackedMemorySnapshot.managedHeapSections

Obsolete 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 MemorySection[] managedHeapSections;

Description

Array of actual managed heap memory sections.

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.