Home | History | Annotate | Download | only in debug

Lines Matching full:instances

20 // LeakTracker is a helper to verify that all instances of a class
25 // instances of that class.
37 // Next, when we believe all instances of net::URLRequest have been deleted:
41 // Should the check fail (because there are live instances of net::URLRequest),
42 // then the allocation callstack for each leaked instances is dumped to
68 instances()->Append(this);
85 for (LinkNode<LeakTracker<T> >* node = instances()->head();
86 node != instances()->end();
113 for (LinkNode<LeakTracker<T> >* node = instances()->head();
114 node != instances()->end();
123 static LinkedList<LeakTracker<T> >* instances() {