Property IsCustomAllocator
IsCustomAllocator
Check whether this allocator is a custom allocator.
Declaration
public readonly bool IsCustomAllocator { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if this AllocatorHandle is a custom allocator. |
Implements
Remarks
The AllocatorHandle is a custom allocator if its Index is larger or equal to FirstUserIndex.