The Unity engineâs internal C/C++ core has its own memory management system, called native memory. In most situations, you canât directly access or modify this memory type.
Native memory isnât automatically managed or subject to garbage collection. This means itâs difficult to profile and handle in a way that doesnât cause memory leaks.
Unity uses different memory allocator types, which all use different algorithms to organize memory. Unityâs memory manager uses these allocator types in different areas to organize the memory in your application effectively.
To get greater control over how Unity allocates native memory, you can adjust the size of each allocation for each area. You can adjust the size of allocations either through the Player settingsSettings that let you set various player-specific options for the final game built by Unity. More info
See in Glossary window in the Unity Editor, or through the command line. For more information, refer to Customizing allocators.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4