# GetNumEntries()

> Gets the number of managed memory section entries.

## Definition

* **Type:** Method
* **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 uint GetNumEntries()
```

### Returns

| Type                                                         | Description            |
| ------------------------------------------------------------ | ---------------------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) | The number of entries. |
