# NativeAllocationSiteEntries

> A class that houses native allocation site entries, returned by nativeAllocationSites.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.Profiling.Memory.Experimental](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental.md)
* **Assembly:** UnityEditor.CoreModule

> **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/](https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/))

```csharp
public class NativeAllocationSiteEntries
```

## Properties

| Property                                                                                                                                      | Description                                                                                                                                                                                                                                |
| --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [callstackSymbols](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental/nativeallocationsiteentries/callstacksymbols.md) | An array of callstack symbols corresponding to this allocation site, referring to [NativeCallstackSymbolEntries.symbol](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental/nativecallstacksymbolentries/symbol.md). |
| [id](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental/nativeallocationsiteentries/id.md)                             | An array containing allocation site IDs.                                                                                                                                                                                                   |
| [memoryLabelIndex](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental/nativeallocationsiteentries/memorylabelindex.md) | An array containing memory labels attached to allocation sites. Referenced by index into nativeMemoryLabels.                                                                                                                               |

## Methods

| Method                                                                                                                                  | Description                                        |
| --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| [GetNumEntries](/engine/6000.7/script-reference/unityeditor/profiling/memory/experimental/nativeallocationsiteentries/getnumentries.md) | Gets the number of native allocation site entries. |
