summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emualloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of compile errors, leftover debugging. Aaron Giles2014-03-111-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-364/+6
* Revert changes committed by accident. Couriersud2014-02-261-10/+0
* Minor cosmetic changes for netlist Couriersud2014-02-261-0/+10
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* fixed emuallo.c compilation for good / enabled U64 and S64 for Visual Studio ... Oliver Stöneberg2013-06-251-2/+2
* fixed emualloc.c compilation (nw) Oliver Stöneberg2013-06-251-2/+2
* cleaner way of disabling memory initialization with MemorySanitizer (nw) Oliver Stöneberg2013-06-251-2/+2
* some MemorySanitizer preparations: Oliver Stöneberg2013-06-111-2/+2
* 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