Home | History | Annotate | Download | only in base

Lines Matching refs:instances

19 // LeakTracker is a helper to verify that all instances of a class
24 // instances of that class.
36 // Next, when we believe all instances of URLRequest have been deleted:
40 // Should the check fail (because there are live instances of URLRequest),
41 // then the allocation callstack for each leaked instances is dumped to
66 instances()->Append(this);
83 for (LinkNode<LeakTracker<T> >* node = instances()->head();
84 node != instances()->end();
109 for (LinkNode<LeakTracker<T> >* node = instances()->head();
110 node != instances()->end();
119 static LinkedList<LeakTracker<T> >* instances() {