aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkMemory_mozalloc.cpp
Commit message (Expand)AuthorAge
* remove guarded old malloc codeGravatar Mike Reed2018-01-07
* begin cleanup of malloc porting layerGravatar Mike Reed2018-01-05
* 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
* 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
* use malloc/calloc/free instead of moz_malloc/moz_calloc/moz_free in ports/SkM...Gravatar lsalzman2015-11-23
* 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 a new SkMemory implementation that uses mozalloc instead of mallocGravatar george@mozilla.com2012-08-27