index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
memorypool.cpp
Age
Commit message (
Expand
)
Author
2018-05-10
COMMON: Use nullptr instead of NULL or 0 where appropriate
Bastien Bouclet
2018-04-15
JANITORIAL: Fix whitespace
Adrian Frühwirth
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2013-12-17
COMMON: Revert "Fix mismatched new/delete in the MemoryPool class".
Johannes Schickel
2013-12-17
COMMON: Fix mismatched new/delete in the MemoryPool class
Filippos Karapetis
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-01
COMMON: Change some (f)printf to debug calls; clenaup hashmap.h
Max Horn
2010-03-20
Some style fixes.
Johannes Schickel
2009-12-07
COMMON: Document class MemoryPool; make MemoryPool::_chunkSize const
Max Horn
2009-09-06
COMMON: (Inactive) code to debug memory leaks in memory pools + typo fix
Bertrand Augereau
2009-05-03
COMMON: Optimized MemoryPool::freeUnusedPages (if many pages are phased out a...
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-10-30
Reset _chunksPerPage after MemoryPool::freeUnusedPages, to avoid enormous mem...
Max Horn
2008-10-12
COMMON: Added a new ObjectPool class, with matching operator new/delete overl...
Max Horn
2008-09-02
Revised HashMap implementation
Max Horn
2008-04-04
cleanup
Max Horn
2008-03-30
Some minor whitespace changes, and the customary "end of namespace" comment.
Torbjörn Andersson
2008-03-30
Whitespacing fixes
Bertrand Augereau
2008-03-30
std::max => utils.h MAX
Bertrand Augereau
2008-03-30
Fixed signed/unsigned warning.
Torbjörn Andersson
2008-03-30
The hashmap uses the memorypool for allocating/deallocating its Nodes
Bertrand Augereau
2008-03-30
Introduction of a fixed size memory pool with a typical free list implementation
Bertrand Augereau