Managed memory reservation in Unity
Control heap growth in Unity using heap growth divisor to reserve memory before it is needed. The author provides a better way to do it compared to a large array allocation on the app start.
https://vbor.blog/posts/heap-realloc/
#memory #gc
Post #2341
670