Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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 exampleInspect the usage reports of the dual thread allocator.
Dynamic heap allocator exampleInspect the usage reports of the dynamic heap allocator.
Bucket allocator exampleInspect the usage reports of the bucket allocator.
Thread local storage stack allocator exampleInspect the usage reports of the TLS stack allocator allocator.
Thread safe linear allocator exampleInspect the usage reports of the thread safe linear allocator.

Additional resources