Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 360 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 360 Bytes

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