# Function

> All allocators must implement this property, in order to be installed in the custom allocator table.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Collections](/engine/6000.7/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.ManagedKernelModule

```csharp
[ExcludeFromBurstCompatTesting("Uses managed delegate")]
public AllocatorManager.TryFunction Function { get; }
```
