An open API service indexing awesome lists of open source software.

https://github.com/bruce-lee-ly/memory_pool

Simple and efficient memory pool is implemented with C++11.
https://github.com/bruce-lee-ly/memory_pool

cpp11 memory-block memory-chunk memory-pool

Last synced: 17 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```