/memory_pool

Simple and efficient memory pool is implemented with C++11.

Primary LanguageC++MIT LicenseMIT

Memory Pool

Simple and efficient memory pool is implemented with C++11.

Compile

Environment

  • OS: Linux
  • Cmake Version: >= 3.8
  • GCC Version: >= 4.8

Clone

git clone https://github.com/Bruce-Lee-LY/memory_pool.git

Build

cd memory_pool
./build.sh -t Release -b OFF
./build.sh -t Debug -b ON

Run Sample

./run_sample.sh