Version: Unity 6.1 Alpha (6000.1)
Language : English
Native memory allocators reference
Dual thread allocator example

Native memory allocator examples

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.

Additional resources

Native memory allocators reference
Dual thread allocator example