Home | History | Annotate | Download | only in debug

Lines Matching refs:instances

21 // LeakTracker is a helper to verify that all instances of a class
26 // instances of that class.
38 // Next, when we believe all instances of net::URLRequest have been deleted:
42 // Should the check fail (because there are live instances of net::URLRequest),
43 // then the allocation callstack for each leaked instances is dumped to
70 instances()->Append(this);
87 for (LinkNode<LeakTracker<T> >* node = instances()->head();
88 node != instances()->end();
115 for (LinkNode<LeakTracker<T> >* node = instances()->head();
116 node != instances()->end();
125 static LinkedList<LeakTracker<T> >* instances() {