summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emualloc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general cleanup: Vas Crabb2017-05-231-33/+43
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-1/+2
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-23/+6
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-161/+6
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-38/+38
* Wrapped the global_resource_pool into a function in an attempt to Aaron Giles2012-01-261-9/+9
* tagmap is just a C++ template now. Added iterators to it as Aaron Giles2012-01-171-3/+0
* Added possibility of disabling memory tracking when using some external libra... Miodrag Milanovic2011-10-111-1/+4
* Be consistent about template argument naming. Aaron Giles2011-04-301-14/+15
* 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