Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeMemoryRegionEntries

A class housing native memory region data, returned by nativeMemoryRegions.
Read time 1 minuteLast updated 12 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 NativeMemoryRegionEntries

Properties

Property

Description

addressBaseAn array containing addresses of the memory regions. Non-leaf entries containing child memory regions are set to 0.
addressSizeAn array that contains the accumulated size, in bytes, including all of its children, of the memory region.
firstAllocationIndexAn array that contains indexes into the nativeAllocations array that identify the first allocation that the memory region contains.
memoryRegionNameAn array containing the names of the memory regions.
numAllocationsAn array that contains the number of allocations, including children, that the memory regions contain.
parentIndexThe parent of this memory region, referenced by index into this entry array. The root memory region contains parent index of -1.

Methods

Method

Description

GetNumEntriesGets the number of memory region entries.