Native memory allocator examples
Refer to these native memory allocator examples for common issues.
Read time 1 minuteLast updated 13 days ago
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.
Topic | Description |
|---|---|
| Dual thread allocator example | Inspect the usage reports of the dual thread allocator. |
| Dynamic heap allocator example | Inspect the usage reports of the dynamic heap allocator. |
| Bucket allocator example | Inspect the usage reports of the bucket allocator. |
| Thread local storage stack allocator example | Inspect the usage reports of the TLS stack allocator allocator. |
| Thread safe linear allocator example | Inspect the usage reports of the thread safe linear allocator. |