# Native memory allocator examples

> Refer to these native memory allocator examples for common issues.

Each native memory allocator type has its own different usages and behavior. This section contains examples and usage logs of each [native memory allocator type](/engine/6000.0/manual/analysis/performance-memory/native-memory/allocators.md).

| **Topic**                                                                                                                                                     | **Description**                                                 |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| **[Dual thread allocator example](/engine/6000.0/manual/analysis/performance-memory/native-memory/allocator-examples/dual-thread-allocator.md)**              | Inspect the usage reports of the dual thread allocator.         |
| **[Dynamic heap allocator example](/engine/6000.0/manual/analysis/performance-memory/native-memory/allocator-examples/dynamic-heap-allocator.md)**            | Inspect the usage reports of the dynamic heap allocator.        |
| **[Bucket allocator example](/engine/6000.0/manual/analysis/performance-memory/native-memory/allocator-examples/bucket-allocator.md)**                        | Inspect the usage reports of the bucket allocator.              |
| **[Thread local storage stack allocator example](/engine/6000.0/manual/analysis/performance-memory/native-memory/allocator-examples/tls-stack-allocator.md)** | Inspect the usage reports of the TLS stack allocator allocator. |
| **[Thread safe linear allocator example](/engine/6000.0/manual/analysis/performance-memory/native-memory/allocator-examples/threadsafe-linear-allocator.md)** | Inspect the usage reports of the thread safe linear allocator.  |

## Additional resources

* [Native memory allocators](/engine/6000.0/manual/analysis/performance-memory/native-memory/allocators.md)
* [Customizing native memory allocators](/engine/6000.0/manual/analysis/performance-memory/native-memory/memory-allocator-customization.md)
* [Native memory allocators reference](/engine/6000.0/manual/analysis/performance-memory/native-memory/allocator-reference.md)
