Home | History | Annotate | Download | only in tcmalloc

Lines Matching full:instance

17    * Displays tcmalloc heap memory information over time. A tcmalloc instance
22 'tcmalloc-instance-view', tracing.analysis.ObjectInstanceView);
29 this.classList.add('tcmalloc-instance-view');
33 var instance = this.objectInstance_;
34 if (!instance || !instance.snapshots || instance.snapshots.length == 0) {
42 var snapshot = instance.snapshots[0];
60 for (var i = 0; i < instance.snapshots.length; i++) {
61 var snapshot = instance.snapshots[i];