summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/pool.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-3/+3
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-0/+8
* 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-23/+23
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-6/+3
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-1/+1
* pool.c calls renamed so they can me used by MAMEUI and MESS (no whatsnew needed) Miodrag Milanovic2010-01-191-20/+19
* lib/util now includes stdlib.h where needed Couriersud2010-01-171-0/+2
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-8/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Some misc cleanups: Aaron Giles2009-12-151-2/+2
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Moved all files in src/lib/util over to straight BSD and common Aaron Giles2009-10-101-2/+30
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-5/+5
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-5/+5
* Pool items are now tracked globally, and freed in reverse order Aaron Giles2008-11-261-43/+50
* Need to actually set the pool fail callback when allocating a pool. Aaron Giles2008-01-191-0/+3
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Oliver Stoneberg) Aaron Giles2008-01-031-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+614