# Bytes

> Number of bytes requested for this block.

## Definition

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

```csharp
public long Bytes { get; }
```

### Remarks

The actual allocation size may be larger due to alignment.
