Skip to content

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

License

Notifications You must be signed in to change notification settings

Bruce-Lee-LY/memory_pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published