Memory management pool
git clone --recursive https://github.com/fedoriusv/MemoryPool.git
- CMake 3.0 or later
- Visual Studio 2019
cmake -G"Visual Studio 16 2019" -A x64 -DTARGET_WINDOWS=ON -B build_windows
cmake --build build_windows --clean-first --config Release
- CMake 3.0 or later + Ninja
- Android NDK r20 or later
- Android SDK 26 or later
- Gradle 3.3(included)
Compare memory pool with:
--STD malloc
--Mimalloc (https://github.com/microsoft/mimalloc)
ANDROID_NDK - path to NDK
ANDROID_HOME - path to SDK
Info: https://developer.android.com/ndk/guides/cmake
Call: android_build.bat
Log: adb logcat -c && adb logcat | grep MemoryPool