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
/
engines
/
tinsel
/
heapmem.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
TINSEL: Make GPL headers consistent in themselves.
Johannes Schickel
2012-02-22
TINSEL: Rename globals to add g_ prefix.
Alyssa Milburn
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-16
TINSEL: Mark all (?) global vars with a FIXME comment
Max Horn
2010-11-01
ENGINES: Get rid of some (f)printfs
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-27
TINSEL: Make HeapCompact local to heapmem.cpp; add code to print heap statistics
Max Horn
2009-10-27
TINSEL: Changed heap manager to use malloc internally
Max Horn
2009-10-27
TINSEL: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ...
Max Horn
2009-10-26
TINSEL: Fix warning again
Max Horn
2009-10-26
TINSEL: Make MEM_NODE internal to heapmem.cpp
Max Horn
2009-10-26
TINSEL: cleanup
Max Horn
2009-10-26
TINSEL: Fix handling of free memory blocks
Max Horn
2009-10-26
Change assert parameter to match the comment above it.
Johannes Schickel
2009-10-26
Silence GCC warning.
Torbjörn Andersson
2009-10-26
TINSEL: Further untangle memory managment.
Max Horn
2009-10-26
TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value o...
Max Horn
2009-10-26
TINSEL: Remove dead stuff from memory managment code, doxygenify some comments
Max Horn
2009-10-26
TINSEL: Remove DWM_FIXED and add new MemoryAllocFixed() function
Max Horn
2009-10-26
TINSEL: Cleanup
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-08-02
Make MemoryReAlloc() 64-bit alignment safe
Joost Peters
2009-08-02
align memory handles to sizeof(void*) instead of 4 (which is just good enough...
Joost Peters
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-24
add comment for clarification
Joost Peters
2008-12-24
on systems that need alignment, allocate chunks that are a multiple of 4 to e...
Joost Peters
2008-12-21
Reduced the memory allocated for DW1 and DW1 demo by 5MB
Filippos Karapetis
2008-12-01
Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 sh...
Filippos Karapetis
2008-07-23
Got rid of some typedefs
Max Horn
2008-07-23
Added Tinsel engine to main repos (no news item for it ON PURPOSE)
Max Horn