HomeSort by relevance Sort by last modified time
    Searched defs:LeakDetector (Results 1 - 25 of 45) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
LeakDetector.h 1 //===-- llvm/Support/LeakDetector.h - Provide leak detection ----*- C++ -*-===//
32 struct LeakDetector {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
LeakDetector.java 33 public class LeakDetector implements Dumpable {
42 public LeakDetector(TrackedCollections trackedCollections,
54 * The LeakDetector will monitor and keep weak references to such instances, dump statistics
70 * The LeakDetector will monitor and keep weak references to such collections, dump
87 * The LeakDetector will monitor and keep weak references to such garbage, dump
134 public static LeakDetector create() {
137 return new LeakDetector(collections, new TrackedGarbage(collections),
140 return new LeakDetector(null, null, null);