aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkInstCnt.h
Commit message (Expand)AuthorAge
* remove SkInstCntGravatar mtklein2015-06-26
* DM: wire up --leaks / -l againGravatar mtklein2015-02-02
* Simplify SkInstCntGravatar mtklein2015-01-13
* Fix thread unsafe mutex initialization.Gravatar bungeman2014-07-25
* Clean up SkOnce:Gravatar mtklein2014-06-02
* Revert "Remove SkThread.h from public API."Gravatar commit-bot@chromium.org2014-05-28
* Remove SkThread.h from public API.Gravatar commit-bot@chromium.org2014-05-28
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2014-01-17
* Revert "Make leak counters thread-safe and turn them on by default for Debug"Gravatar djsollen@google.com2014-01-14
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2014-01-14
* Split atomic and mutex implementations and make inlinable.Gravatar bungeman@google.com2013-12-18
* Reverting r12635 (Make leak counters thread-safe - https://codereview.chromiu...Gravatar robertphillips@google.com2013-12-12
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2013-12-12
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* Re-enable inst counting in debug builds.Gravatar bsalomon@google.com2013-01-15
* "fix" chrome buildGravatar robertphillips@google.com2012-09-25
* iOS support work in progressGravatar caryclark@google.com2012-09-24
* Implement multi-threaded picture playback via cloning.Gravatar djsollen@google.com2012-08-29
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fixed instance counting for templated classesGravatar robertphillips@google.com2012-08-22
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* Fixed memory deletion error in instance counting mechanismGravatar robertphillips@google.com2012-06-28
* Altered SkInstCnt to print out atexitGravatar robertphillips@google.com2012-06-27
* Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)Gravatar robertphillips@google.com2012-06-27
* show # of unknown subclasses in dumpGravatar reed@google.com2012-06-26
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19
* Version 2 of the Instance Counting system. This one simplifies the print out ...Gravatar robertphillips@google.com2012-06-13
* Split GrContext's AA Rect drawing methods into helper classGravatar robertphillips@google.com2012-06-12
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* Reverting r4162Gravatar robertphillips@google.com2012-06-05
* Added instance counting system for SkRefCnt-derived objectsGravatar robertphillips@google.com2012-06-05