Steps to reproduce:
1. Open the attached project “AllocationWarnings“
2. Open the “Assets/Voxel Play/Demos/Demo3_SimpleFlatTerrain/Simple_Scene.unity” Scene
3. Enter Play Mode
4. Observe the Console window
Expected result: No internal allocation warning messages appear in the Console window
Actual result: Several internal allocation warning messages appear in the Console window
Reproducible with: 2022.2.0a16, 2022.2.5f1, 2023.1.0b1, 2023.2.0a1
Not reproducible with: 2020.3.43f1, 2021.3.17f1, 2022.2.0a15
Reproducible on: Windows 10
Warning messages:
1. Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 5)
2. Internal: JobTempAlloc has allocations that are more than the maximum lifespan of 4 frames old - this is not allowed and likely a leak