summaryrefslogtreecommitdiff
path: root/lib/pool_alloc.3
Commit message (Collapse)AuthorAgeFilesLines
* Mention file & line on OOM and overflow errors.Wayne Davison2020-07-121-1/+1
| | | | | Also simplify output of src file paths in errors & warnings when built in a alternate build dir.
* Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the settingWayne Davison2008-07-191-12/+26
| | | | | | (making pools aligned by default). Added the missing code to make the documented behavior of pool_free() with a NULL addr work. Updated the pool_alloc.3 manpage.
* Added pool_free_old() and pool_boundary() functions to add a way toWayne Davison2007-05-291-5/+47
| | | | free all wholly affected extents older than a particular point in time.
* Improvements to increase clarity, fix misstatements, add missingWayne Davison2007-05-291-55/+68
| | | | punctuation, and fix some typos.
* Added allocation pool code.J.W. Schultz2004-02-101-0/+199