Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeAllocationEntries

A class that houses native allocation entry data, returned by nativeAllocations.
Read time 1 minuteLast updated 7 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 NativeAllocationEntries

Properties

Property

Description

addressAn array that contains addresses of native memory allocations.
allocationSiteIdThe allocation site id of the allocation, used by NativeAllocationSiteEntries.id.
memoryRegionIndexAn array of indexes that indicate which memory region, beginning region, inside region, or end region, that the memory allocation represents.
overheadSizeAn array that specifies, in bytes, how much of the memory in the returned native allocation is not part of your request. The overhead memory is used for allocation headers and other metadata describing the allocation.
paddingSizeAn array specifying, in bytes, the amount of padding used to align the returned native allocation.
rootReferenceIdAn array of root reference IDs for the allocation. Corresponds to entries in NativeRootReferenceEntries.id array.
sizeAn array containing the total size, in bytes, of the native allocation.

Methods

Method

Description

GetNumEntriesGets the number allocation entries.