aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lazy/SkDiscardableMemoryPool.cpp
Commit message (Expand)AuthorAge
* begin cleanup of malloc porting layerGravatar Mike Reed2018-01-05
* SkDiscardableMemoryPool: always have a mutex for testingGravatar Hal Canary2017-05-05
* SkDiscardableMemoryPool: modernizeGravatar Hal Canary2017-04-25
* Change SkMemory to the more accurately named SkMalloc.Gravatar Herb Derby2017-03-27
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* Make SkMemory.h and adjust all files for usage.Gravatar Herb Derby2017-03-20
* SkOncePtr -> SkOnceGravatar mtklein2016-05-05
* Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...Gravatar reed2016-05-05
* Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...Gravatar reed2016-05-05
* Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https:/...Gravatar sclittle2016-05-04
* Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chr...Gravatar reed2016-05-04
* Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of http...Gravatar reed2016-05-04
* SK_DECLARE_STATIC_MUTEX -> static SkMutexGravatar mtklein2016-05-04
* SkOncePtr -> SkOnceGravatar mtklein2016-05-04
* Modernize SkMutex and SkSemaphore.Gravatar mtklein2016-05-04
* don't peek w/o first acquiring the lockGravatar reed2015-09-09
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...Gravatar mtklein2015-09-09
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* Fix DiscardableMemoryPool::free race conditionGravatar halcanary2015-03-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope.Gravatar mtklein2014-10-13
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* remove SkPurgeGlobalDiscardableMemoryPoolGravatar halcanary2014-08-25
* Fix no previous prototype for function errorGravatar halcanary2014-07-02
* Use new SkBaseMutex::assertHeld() in DiscardableMemoryPoolGravatar halcanary2014-06-11
* Port most uses of SkOnce to SkLazyPtr.Gravatar mtklein2014-06-02
* Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...Gravatar commit-bot@chromium.org2014-05-31
* Port most uses of SkOnce to SkLazyPtr.Gravatar commit-bot@chromium.org2014-05-30
* Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...Gravatar commit-bot@chromium.org2014-05-30
* Port most uses of SkOnce to SkLazyPtr.Gravatar commit-bot@chromium.org2014-05-30
* Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRefGravatar commit-bot@chromium.org2014-05-28
* SkDiscardableMemoryPool to abstract classGravatar commit-bot@chromium.org2014-04-04
* be sure to unlock the discardablememory before deleting itGravatar reed@google.com2013-12-12
* Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCacheGravatar halcanary@google.com2013-12-05