aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkMemory_malloc.cpp
Commit message (Expand)AuthorAge
* Add 2 fuzz targets for image decoding (oss-fuzz)Gravatar Kevin Lubick2018-02-12
* Fix invalid switch in FuzzCanvasGravatar Kevin Lubick2018-01-11
* remove guarded old malloc codeGravatar Mike Reed2018-01-07
* begin cleanup of malloc porting layerGravatar Mike Reed2018-01-05
* don't include SkMalloc.h from SkTypes.hGravatar Mike Reed2018-01-04
* Change SkMemory to the more accurately named SkMalloc.Gravatar Herb Derby2017-03-27
* Make SkMemory.h and adjust all files for usage.Gravatar Herb Derby2017-03-20
* Write SkRegion fuzzerGravatar Kevin Lubick2017-02-20
* Improve assert reporting.Gravatar bungeman2016-07-20
* Only modify abort behavior to avoid debugger dialog on windows for bot builds.Gravatar bsalomon2016-03-02
* Don't print dialog box prior to crashing.Gravatar djsollen2016-02-04
* Consolidate SK_CRASH and sk_throw into SK_ABORTGravatar djsollen2016-01-29
* Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800...Gravatar djsollen2016-01-22
* Consolidate SK_CRASH and sk_throw into SK_ABORTGravatar djsollen2016-01-22
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Clean up a few includes, introduce iwyu.Gravatar bungeman2015-07-29
* sk_malloc_throw/sk_calloc_throw in debug prints size in failure messageGravatar halcanary2014-07-10
* style nit for myself retroactively: throwOnFailure -> throw_on_failureGravatar commit-bot@chromium.org2013-10-07
* Add sk_calloc. Remove SkMemory_stdlib, which seems unused.Gravatar mtklein@google.com2013-09-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add simple port of memory APIs, to be used as a template for other platformsGravatar reed@android.com2009-05-04