summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corealloc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang error: cannot initialize a parameter of type 'void *' with an ↵ AJR2019-11-241-1/+1
| | | | lvalue of type 'volatile unsigned char *' (nw)
* apparently 3AM is not the time to code (nw) Vas Crabb2019-11-251-3/+3
|
* helps to git add before git commit (nw) Vas Crabb2019-11-251-1/+1
|
* pre-fill things allocated with operator new with 0xcd in debug builds (value ↵ Vas Crabb2019-11-251-0/+34
| | | | can be changed by setting global g_mame_new_prefill_byte with a debugger) - this is gonna hurt performance, but it will help catch issues exposed when we remove pre-clearing before constructing devices
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-470/+0
|
* Add realloc implementation as required by the C standard (nw) balr0g2016-01-021-0/+38
|
* cleanup of osdcomm.h (nw) Miodrag Milanovic2015-12-091-0/+4
|
* Revert "Cleanup of osdcomm.h (nw)" Miodrag Milanovic2015-12-091-4/+1
| | | | This reverts commit 1d40aecb585e8dd1fedefdd35a833c66fc2a1b96.
* Cleanup of osdcomm.h (nw) Miodrag Milanovic2015-12-091-1/+4
|
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-33/+33
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+428