aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkVarAlloc.cpp
Commit message (Expand)AuthorAge
* Fix C4334 warning about 32-bit shift assigned to 64-bitsGravatar brucedawson2016-03-31
* remove use of malloc.hGravatar mtklein2016-01-04
* Have SkVarAlloc::alloc() use sk_malloc_throw.Gravatar mtklein2015-09-14
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* O(1) SkPictureUtils::ApproxBytesUsed()Gravatar mtklein2015-04-21
* Rearrange SkRecord with small N in mindGravatar mtklein2015-04-09
* Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of h...Gravatar mtklein2015-04-08
* Rearrange SkRecord with small N in mindGravatar mtklein2015-04-08
* Fix build for UCLIBC platformsGravatar smcgruer2015-03-16
* SkRecord: increase min block to 512B, remove max.Gravatar mtklein2014-12-12
* SkVarAlloc::approxBytesAllocated()Gravatar mtklein2014-11-18
* Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://c...Gravatar mtklein2014-11-18
* SkVarAlloc::approxBytesAllocated()Gravatar mtklein2014-11-18
* Cap SkVarAlloc's desired block at 64K.Gravatar mtklein2014-11-13
* Deparameterize SkVarAlloc.Gravatar mtklein2014-11-13
* Revert of Deparameterize SkVarAlloc. (patchset #6 id:100001 of https://codere...Gravatar mtklein2014-11-13
* Deparameterize SkVarAlloc.Gravatar mtklein2014-11-13
* SkVarAllocGravatar mtklein2014-11-12