tree: 8fdaef1c352bb919f3440eadd5a2e59fbfc68c6c [path history] [tgz]
  1. BlinkLeakDetector.cpp
  2. BlinkLeakDetector.h
  3. BlinkLeakDetectorClient.h
  4. BUILD.gn
  5. README.md
  6. WebLeakDetector.cpp
third_party/WebKit/Source/core/leak_detector/README.md

Leak Detector

This directory contains the implementation of Blink Leak Detector and Blink Leak Detector Client. Leak detection here means identifying leaks on renderer after a page navigation. Blink Leak Detector class implements the preparation method and the GC method to stabilize the detection results. Blink Leak Detector class can be inherited to define the operations after leak detection.