Lines Matching full:instances
23 // LeakTracker is a helper to verify that all instances of a class
28 // instances of that class.
40 // Next, when we believe all instances of net::URLRequest have been deleted:
44 // Should the check fail (because there are live instances of net::URLRequest),
45 // then the allocation callstack for each leaked instances is dumped to
72 instances()->Append(this);
89 for (LinkNode<LeakTracker<T> >* node = instances()->head();
90 node != instances()->end();
117 for (LinkNode<LeakTracker<T> >* node = instances()->head();
118 node != instances()->end();
127 static LinkedList<LeakTracker<T> >* instances() {