summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emualloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use much bigger hash tables for memory allocations now that we aremame0142u1 Aaron Giles2011-04-191-8/+11
* Cleanups again Angelo Salese2011-04-181-1/+1
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-6/+45
* Non-debug builds need to free those memory_entries. Fixes enormous Aaron Giles2011-03-101-65/+77
* Cleanups and version bump. Aaron Giles2010-10-141-3/+3
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-14/+41
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-6/+13
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+3
* Moved global new/delete operators into inlines in emualloc.h Aaron Giles2010-02-141-232/+119
* Cleanups and version bump. Aaron Giles2010-01-161-24/+24
* Fixed memory freeing so that is it released in the opposite order Aaron Giles2010-01-111-18/+46
* Provide location in "attempt to free untracked memory" message Couriersud2010-01-081-1/+1
* Oops, forgot these files. Aaron Giles2010-01-081-0/+601