Search Issue Tracker
Fixed in 2023.2.0a2
Fixed in 2022.2.X
Votes
0
Found in
2022.2.0a12
Issue ID
UUM-4718
Regression
Yes
IL2CPP memory allocator can use more memory than it needs
Custom memory allocator for IL2CPP in Unity can end up using more memory than it needs. A large alignment is used for external allocations to be able quickly track where custom allocator memory comes from. This can lead to memory being wasted in the external allocator.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- Crash on EnumerateDisabledKeywordsInVariantsArray or UNITY_XXH32 when rapidly saving ShaderGraph or VFXGraph changes
Resolution Note (fix version 2023.2.0a2):
Fixed by another internal issue: UUM-10171: Lost Crypt memory regression
Resolution Note (fix version 2022.2):
Fixed by another internal issue: UUM-10171: Lost Crypt memory regression