summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emualloc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use much bigger hash tables for memory allocations now that we aremame0142u1 Aaron Giles2011-04-191-4/+3
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-6/+24
* Non-debug builds need to free those memory_entries. Fixes enormous Aaron Giles2011-03-101-113/+113
* emualloc.h: Force inlining of MAME's new and delete operators. Wilbert Pol2010-10-161-12/+12
* More Clang fixes (verified OK with GCC) [Balrog] R. Belmont2010-10-161-2/+2
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-1/+3
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-0/+1
* Moved global new/delete operators into inlines in emualloc.h Aaron Giles2010-02-141-85/+163
* Cleanups and version bump. Aaron Giles2010-01-161-14/+14
* Fixed memory freeing so that is it released in the opposite order Aaron Giles2010-01-111-1/+16
* Re-enabled malloc/free but routed them to the file+line versions. Aaron Giles2010-01-081-2/+2
* Oops, forgot these files. Aaron Giles2010-01-081-0/+222