Home | History | Annotate | Download | only in exp-dhat

Lines Matching full:live

59 static ULong g_cur_blocks_live = 0; // curr # blocks live
60 static ULong g_cur_bytes_live = 0; // curr # bytes live
67 //--- an Interval Tree of live blocks ---//
70 /* Tracks information about live blocks. */
177 // The current number of blocks and bytes live for this AP
180 // The number of blocks and bytes live at the max-liveness
182 // the maximum number of live blocks, but rather the number of
183 // blocks live at the point of maximum byte liveness. These are
256 // # live blocks
259 // # live bytes
288 updates of the total blocks live etc for this AP, but still fold in
311 // update total blocks live etc for this AP
423 // adjust current live size
1036 static HChar* clo_sort_by = "max-bytes-live";
1067 " max-bytes-live maximum live bytes [default]\n"
1069 " max-blocks-live maximum live blocks\n"
1105 VG_(umsg)("max-live: %'llu in %'llu blocks\n",
1188 if (0 == VG_(strcmp)(metric_name, "max-bytes-live")) {
1198 if (0 == VG_(strcmp)(metric_name, "max-blocks-live")) {