aboutsummaryrefslogtreecommitdiff
path: root/common/memorypool.h
AgeCommit message (Expand)Author
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-15COMMON: Made some constructors explicit, where we wouldn't really like implic...Johannes Schickel
2010-03-20Some style fixes.Johannes Schickel
2009-12-07COMMON: Document class MemoryPool; make MemoryPool::_chunkSize constMax Horn
2009-12-07Applied patch from patch item #2909854 in order to fix compilation when langu...Filippos Karapetis
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-10-12COMMON: Added a new ObjectPool class, with matching operator new/delete overl...Max Horn
2008-09-02Revised HashMap implementationMax Horn
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