Search Issue Tracker
Fixed
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
Fixed by another internal issue: UUM-10171: Lost Crypt memory regression