aboutsummaryrefslogtreecommitdiff
path: root/common/memorypool.h
AgeCommit message (Expand)Author
2008-03-30Some minor whitespace changes, and the customary "end of namespace" comment.Torbjörn Andersson
2008-03-30Whitespacing fixesBertrand Augereau
2008-03-30#include <cstring> => #include <string.h> (for size_t)Bertrand Augereau
2008-03-30std::max => utils.h MAXBertrand Augereau
2008-03-30Introduction of a fixed size memory pool with a typical free list implementationBertrand Augereau