Sets which allocation type to use for a NativeArray.
| Property | Description | 
|---|---|
| Invalid | Use an invalid allocation. | 
| None | Use no allocation. | 
| Temp | Use a temporary allocation. | 
| TempJob | Use a temporary job allocation. | 
| Persistent | Use a persistent allocation. | 
| AudioKernel | Use an allocation associated with a DSPGraph audio kernel. | 
| Domain | Use an allocation associated with the lifetime of a domain. | 
| FirstUserIndex | The first index that a custom allocator can get. |