summaryrefslogtreecommitdiff
path: root/src/oldpool.cpp
AgeCommit message (Expand)Author
2009-02-24(svn r15569) -Codechange: replace MallocT + memset( 0 ) calls by CallocTsmatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-08(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done...glx
2007-08-05(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...rubidium
2007-08-02(svn r10747) -Codechange: add a variable that points to some index in the poo...rubidium
2007-08-01(svn r10744) -Codechange: make the pool a little more OO, so it can be easier...rubidium
2007-03-21(svn r9390) -Documentation : correct Doxygen of comments and @file inclusion....belugas
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr