Platforms: Windows x86, x64, Unix, Linux, OSX, iOS
VMem - Fast and efficient
C++ malloc replacement
Explains how VMem works internally and describes how to use all of the main features.
VMem.pdf
Steps for integrating VMem into Unreal Engine 4.18 Read More...
There are various sorts of memory corruption, but the most common is something writing to memory after it has been freed, and this is the case that we will be dealing with here. Read More...