Lines Matching full:alloc
49 var alloc = allocs[i];
50 var traceNames = alloc.trace.split(' ');
65 heapEntry.currentBytes += alloc.currentBytes;
66 heapEntry.currentAllocs += alloc.currentAllocs;
67 heapEntry.totalBytes += alloc.totalBytes;
68 heapEntry.totalAllocs += alloc.totalAllocs;
74 currentBytes: alloc.currentBytes,
75 currentAllocs: alloc.currentAllocs,
76 totalBytes: alloc.totalBytes,
77 totalAllocs: alloc.totalAllocs