# NativeCallstackSymbolEntries

> A class housing native callstack symbol data, returned by nativeCallstackSymbols.

## Definition

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

## Properties

| Property                                                                                                                                           | Description                                                                                                                                                                                                                                          |
| -------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [readableStackTrace](/engine/6000.6/script-reference/unityeditor/profiling/memory/experimental/nativecallstacksymbolentries/readablestacktrace.md) | An array of readable stack traces of the callback symbols.                                                                                                                                                                                           |
| [symbol](/engine/6000.6/script-reference/unityeditor/profiling/memory/experimental/nativecallstacksymbolentries/symbol.md)                         | An array of addresses to the callback symbols, referenced by the [NativeAllocationSiteEntries.callstackSymbols](/engine/6000.6/script-reference/unityeditor/profiling/memory/experimental/nativeallocationsiteentries/callstacksymbols.md) property. |

## Methods

| Method                                                                                                                                   | Description                                  |
| ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [GetNumEntries](/engine/6000.6/script-reference/unityeditor/profiling/memory/experimental/nativecallstacksymbolentries/getnumentries.md) | Gets the number of callstack symbol entries. |
