summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emualloc.c
Commit message (Expand)AuthorAgeFilesLines
* fill allocated memory with 0xDD pattern to make it easier to spot uninitializ... Oliver Stöneberg2013-02-221-4/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-20/+20
* fixed some cppcheck warnings about format identifiers and duplicated enum (nw) Oliver Stöneberg2013-01-061-1/+1
* free_file_line no longer complains about NULL free's not existing. Aaron Giles2012-02-191-0/+4
* Wrapped the global_resource_pool into a function in an attempt to Aaron Giles2012-01-261-3/+6
* 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