summaryrefslogtreecommitdiffstats
path: root/base/process_util_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* On 64 bit Macs, the malloc system automatically abort()s on heap corruption.avi@chromium.org2013-04-031-12/+42
* Co-exist peacefully with GuardMalloc.avi@chromium.org2013-03-081-31/+90
* mac: Remove an obsolete comment.thakis@chromium.org2013-01-151-4/+1
* GTTF: Replace usage of Time::Now with TimeTicks::Nowphajdan.jr@chromium.org2013-01-111-2/+2
* [Mac] Don't override malloc_error_break twice.shess@chromium.org2012-12-111-4/+6
* Revert 170800 - Speculatively reverting 166585 to see if it fixes issue 1603...rtenneti@chromium.org2012-12-041-2/+1
* Speculatively reverting 166585 to see if it fixes issue 160300 - 6% startup ...rtenneti@chromium.org2012-12-031-1/+2
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* [Mac] Remove potential for malloc in CrMallocErrorBreak().shess@chromium.org2012-11-141-2/+18
* Add a histogram enum to determine the cat's flavor and how many bits there aremark@chromium.org2012-11-081-2/+1
* Fix some potential Mach port leaks from mach_host_self using a new ScopedMach...rsesek@chromium.org2012-10-161-1/+2
* unchecked_malloc() for Skia on OSX.shess@chromium.org2012-09-191-19/+48
* mac: Delete more 10.5-only codethakis@chromium.org2012-08-091-1/+1
* Remove log message for 10.8 CFAllocator patching.avi@chromium.org2012-08-071-8/+0
* Fix a compilation error caused by some variables being unused under ASan on Mac.glider@chromium.org2012-06-141-3/+4
* Make a NULL pointer volatile.thakis@chromium.org2012-04-091-1/+1
* In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.rsesek@chromium.org2012-04-041-2/+60
* Disable EnableTerminationOnOutOfMemory under AddressSanitizer.glider@chromium.org2012-03-311-0/+6
* Fix a few warnings that -Wnull-conversion of a future clang will complain about.thakis@chromium.org2012-03-281-2/+2
* Add preliminary OOM support for Mountain Lion.avi@chromium.org2012-03-141-6/+14
* [Mac] Add the OS version check functions for 10.8.rsesek@chromium.org2012-03-141-1/+2
* Revert 125441 - In CrMallocErrorBreak, do not kill the process if errno is EN...viettrungluu@chromium.org2012-03-071-8/+1
* In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.rsesek@chromium.org2012-03-071-1/+8
* Move the ProcessWatcher methods out of content/common/process_watcher into ba...jam@chromium.org2011-11-231-0/+159
* Disable EnableTerminationOnHeapCorruption() on Mac under AddressSanitizer.glider@chromium.org2011-11-081-0/+5
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-14/+15
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-15/+15
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-15/+15
* Make CrMallocErrorBreak die in a more spectacular fashion.rsesek@chromium.org2011-09-281-1/+2
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-181-0/+85
* Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi...rsesek@chromium.org2011-08-181-85/+0
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-181-0/+85
* Update OOM killer with Lion info.avi@chromium.org2011-07-211-5/+0
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-141-35/+18
* Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possiblekushi.p@gmail.com2011-05-041-1/+1
* Update OOM killer.avi@chromium.org2011-03-181-15/+42
* Lower logging for expected errors in process_util_mac.mmsail@chromium.org2011-03-061-2/+2
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-0/+13
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-1/+1
* Mac: Shared and Private memory for Task Managersail@chromium.org2010-12-211-3/+123
* Rename WebKitTools->Tools.tonyg@chromium.org2010-12-181-1/+1
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-18/+18
* Move APSL code into third_party.avi@chromium.org2010-10-181-63/+8
* Clean up orphaned testserver processes before launching a new one in net::Tes...rsimha@chromium.org2010-10-051-3/+12
* Avoid spawning a thread while enabling the OOM killer on the Mac.avi@chromium.org2010-08-241-7/+14
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-7/+122
* Revert 51371 - Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-120/+7
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-7/+120
* Disable CFAllocator patching on systems for which we don't know their interna...avi@chromium.org2010-06-021-26/+36