aboutsummaryrefslogtreecommitdiff
path: root/common/memorypool.cpp
AgeCommit message (Expand)Author
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-17COMMON: Revert "Fix mismatched new/delete in the MemoryPool class".Johannes Schickel
2013-12-17COMMON: Fix mismatched new/delete in the MemoryPool classFilippos Karapetis
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-01COMMON: Change some (f)printf to debug calls; clenaup hashmap.hMax Horn
2010-03-20Some style fixes.Johannes Schickel
2009-12-07COMMON: Document class MemoryPool; make MemoryPool::_chunkSize constMax Horn
2009-09-06COMMON: (Inactive) code to debug memory leaks in memory pools + typo fixBertrand Augereau
2009-05-03COMMON: Optimized MemoryPool::freeUnusedPages (if many pages are phased out a...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-10-30Reset _chunksPerPage after MemoryPool::freeUnusedPages, to avoid enormous mem...Max Horn
2008-10-12COMMON: Added a new ObjectPool class, with matching operator new/delete overl...Max Horn
2008-09-02Revised HashMap implementationMax Horn
2008-04-04cleanupMax Horn
2008-03-30Some minor whitespace changes, and the customary "end of namespace" comment.Torbjörn Andersson
2008-03-30Whitespacing fixesBertrand Augereau
2008-03-30std::max => utils.h MAXBertrand Augereau
2008-03-30Fixed signed/unsigned warning.Torbjörn Andersson
2008-03-30The hashmap uses the memorypool for allocating/deallocating its NodesBertrand Augereau
2008-03-30Introduction of a fixed size memory pool with a typical free list implementationBertrand Augereau