# NativeMemoryLabelEntries

> A class that houses native memory label data, returned by nativeMemoryLabels.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.Profiling.Memory.Experimental](/engine/6000.5/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 NativeMemoryLabelEntries
```

## Properties

| Property                                                                                                                                 | Description                                         |
| ---------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| [memoryLabelName](/engine/6000.5/script-reference/unityeditor/profiling/memory/experimental/nativememorylabelentries/memorylabelname.md) | An array containing the names of the memory labels. |

## Methods

| Method                                                                                                                               | Description                              |
| ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------- |
| [GetNumEntries](/engine/6000.5/script-reference/unityeditor/profiling/memory/experimental/nativememorylabelentries/getnumentries.md) | Gets the number of memory label entries. |
