Version: 2021.2
Experimental: this API is experimental and might be changed or removed in the future.

NativeMemoryRegionEntries

class in UnityEditor.Profiling.Memory.Experimental

切换到手册

描述

包含本机内存区域数据的类,由 PackedMemorySnapshot.nativeMemoryRegions 返回。

变量

addressBase包含内存区域地址的数组。包含子内存区域的非叶条目设置为 0。
addressSize包含内存区域累计大小(以字节为单位,包括其所有子项)的数组。
firstAllocationIndex包含 PackedMemorySnapshot.nativeAllocations 数组索引(用于标识内存区域包含的第一个分配)的数组。
memoryRegionName包含内存区域名称的数组。
numAllocations这是一个数组,其中包含内存区域所含的分配(包括子项)数量。
parentIndex此内存区域的父级,由此条目数组中的索引引用。根内存区域包含父索引 -1。

公共函数

GetNumEntries获取内存区域条目的数量。