aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* bit_ops.h no longer includes loadstor.hlloyd2007-10-191-1/+0
* Avoid C-style casts (as detected by GCC's -Wold-style-cast) and instead use lloyd2007-07-231-5/+5
* Check in a working fix for the mem_pool issues encountered by some Visuallloyd2007-04-251-11/+1
* Revert the last change; it actually broke the memory allocators in alloyd2007-04-231-1/+1
* Fixes for Visual C++ 2005; it wasn't picking up the needed conversionlloyd2007-04-231-2/+3
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Work around some strange Visual Studio bugs that popped up when compilinglloyd2007-01-081-22/+14
* Do not allocate a block of memory in Pooling_Allocator::init(); this waslloyd2006-09-201-10/+0
* When searching the block list, first try the last block we had a goodlloyd2006-09-111-4/+4
* Correctly deal with allocators added post-initialization. In particular,lloyd2006-09-111-9/+1
* Access the global configuration through an object reference insteadlloyd2006-07-011-1/+1
* More config.h fixeslloyd2006-07-011-1/+1
* Use preincrement instead of postincrement inside of some loops (mostlylloyd2006-06-191-1/+1
* Initial checkin1.5.6lloyd2006-05-181-0/+302