# ChronologicalEvictionStrategy.OnBlockAllocated(FixedSizeBuffer)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.chronologicalevictionstrategy/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.chronologicalevictionstrategy/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Common/PooledCache/ChronologicalEvictionStrategy.cs#L64-L68)

```csharp
public void OnBlockAllocated(FixedSizeBuffer newBlock)
```

Method which should be called when data adapter allocated a new block

### Parameters

- `newBlock` (`FixedSizeBuffer`): The new block.
