aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem_pool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Access the global configuration through an object reference insteadlloyd2006-07-011-1/+1
| | | | | of stand-alone functions. Store the configuration in a distinct object, rather than just a map inside the library state.
* More config.h fixeslloyd2006-07-011-1/+1
|
* Use preincrement instead of postincrement inside of some loops (mostlylloyd2006-06-191-1/+1
| | | | | for consistency with code that uses STL iterators, as these were mostly integer operations, though with one exception).
* Initial checkin1.5.6lloyd2006-05-181-0/+302