Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Profiler.GetMonoHeapSize

public static uint GetMonoHeapSize();

Description

Returns the size of the mono heap.

This is the reserved system memory that Mono is using for allocations.

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { }