Skip to content

fedoriusv/MemoryPool

Repository files navigation

MemoryPool

Memory management pool
git clone --recursive https://github.com/fedoriusv/MemoryPool.git

Build Windows:

Requariment:

  • CMake 3.0 or later
  • Visual Studio 2019

Command:

cmake -G"Visual Studio 16 2019" -A x64 -DTARGET_WINDOWS=ON -B build_windows
cmake --build build_windows --clean-first --config Release

Build Android on Windows:

Requariment:

  • CMake 3.0 or later + Ninja
  • Android NDK r20 or later
  • Android SDK 26 or later
  • Gradle 3.3(included)

Test:

Compare memory pool with:
--STD malloc
--Mimalloc (https://github.com/microsoft/mimalloc)

Command:

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

About

Memory management pool

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors