aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc/mem_pool/mem_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use nullptrlloyd2011-07-121-6/+6
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-8/+7
|\
| * propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-8/+7
| |\
| | * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-2/+2
| | |\
| | * | Use auto for long iterator names, etc.lloyd2009-11-161-3/+3
| | * | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-5/+4
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-171-1/+1
| | | |\ \
| | | * | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-011-5/+4
* | | | | | s/u32bit/size_t/ in alloclloyd2010-10-121-24/+24
|/ / / / /
* | | | / Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-13/+0
| |_|_|/ |/| | |
* | | | Make many more headers internal-only.lloyd2009-12-161-2/+2
|/ / /
* | / Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-3/+3
| |/ |/|
* | Split up util.h into 3 fileslloyd2009-09-171-1/+1
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-42/+44
* In Pooling_Allocator::get_more_core, limit in_bytes to at most 1 MiB tolloyd2008-11-241-1/+4
* Continue to dismantle the core module (aka ball of mud), moving allocatorlloyd2008-11-081-0/+260