afw-org / afw

Adaptive Framework
https://afw.tools
MIT License
4 stars 2 forks source link

New combined pool implementation plus subpool and free support #75

Closed mike000000000 closed 11 months ago

mike000000000 commented 11 months ago

This combines the singlethreaded and multithreaded implementation of pool into one source file (afw_pool.c) and adds an implementation for subpool that uses it's parent pools memory. All implementations now support function afw_pool_free_memory().