SupportsAllocator(Allocator)
Determines whether the specified allocator supports memory labeling.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public static bool SupportsAllocator(Allocator allocator)
Parameters
The allocator to check.
Returns
Type | Description |
|---|---|
| bool | True if the allocator supports labeling; otherwise, false. |