index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
lazy
/
SkDiscardableMemoryPool.cpp
Commit message (
Expand
)
Author
Age
*
begin cleanup of malloc porting layer
Mike Reed
2018-01-05
*
SkDiscardableMemoryPool: always have a mutex for testing
Hal Canary
2017-05-05
*
SkDiscardableMemoryPool: modernize
Hal Canary
2017-04-25
*
Change SkMemory to the more accurately named SkMalloc.
Herb Derby
2017-03-27
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
Make SkMemory.h and adjust all files for usage.
Herb Derby
2017-03-20
*
SkOncePtr -> SkOnce
mtklein
2016-05-05
*
Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...
reed
2016-05-05
*
Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...
reed
2016-05-05
*
Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https:/...
sclittle
2016-05-04
*
Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chr...
reed
2016-05-04
*
Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of http...
reed
2016-05-04
*
SK_DECLARE_STATIC_MUTEX -> static SkMutex
mtklein
2016-05-04
*
SkOncePtr -> SkOnce
mtklein
2016-05-04
*
Modernize SkMutex and SkSemaphore.
mtklein
2016-05-04
*
don't peek w/o first acquiring the lock
reed
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...
mtklein
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-07
*
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....
jvanverth
2015-07-02
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-01
*
Fix DiscardableMemoryPool::free race condition
halcanary
2015-03-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope.
mtklein
2014-10-13
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
remove SkPurgeGlobalDiscardableMemoryPool
halcanary
2014-08-25
*
Fix no previous prototype for function error
halcanary
2014-07-02
*
Use new SkBaseMutex::assertHeld() in DiscardableMemoryPool
halcanary
2014-06-11
*
Port most uses of SkOnce to SkLazyPtr.
mtklein
2014-06-02
*
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...
commit-bot@chromium.org
2014-05-31
*
Port most uses of SkOnce to SkLazyPtr.
commit-bot@chromium.org
2014-05-30
*
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...
commit-bot@chromium.org
2014-05-30
*
Port most uses of SkOnce to SkLazyPtr.
commit-bot@chromium.org
2014-05-30
*
Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef
commit-bot@chromium.org
2014-05-28
*
SkDiscardableMemoryPool to abstract class
commit-bot@chromium.org
2014-04-04
*
be sure to unlock the discardablememory before deleting it
reed@google.com
2013-12-12
*
Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache
halcanary@google.com
2013-12-05