A shared memory, pool-based allocator with features for zero-copy buffer manipulation.
TBD
S-Pool is built as a static or shared library which may then be linked into your own application.
TBD
The basic steps to build for the current host platform are as follows. For more detailed instructions, see the [full documentation].
- Create a build directory:
mkdir build cd build - Generate the build files:
cmake -G Ninja ..
- Build the library:
ninja
The finished libraries will be located in build/source.
Copyright 2021 Andrew MacIsaac.
Licensed under the terms of the MPL-2.0.