Home
last modified time | relevance | path

Searched refs:next_snapshot_i (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/massif/
Dms_main.c1028 static UInt next_snapshot_i = 0; // Index of where next snapshot will go. variable
1055 || &snapshots[next_snapshot_i-1] == snapshot // Last snapshot in is_uncullable_snapshot()
1070 for (i = 0; i < next_snapshot_i; i++) { in sanity_check_snapshots_array()
1210 next_snapshot_i = i; in cull_snapshots()
1230 tl_assert(next_snapshot_i > 1); in cull_snapshots()
1233 for (i = 1; i < next_snapshot_i; i++) { in cull_snapshots()
1253 for (i = 0; i < next_snapshot_i; i++) { in cull_snapshots()
1389 snapshot = & snapshots[next_snapshot_i]; in maybe_take_snapshot()
1411 for (i = 0; i < next_snapshot_i; i++) { in maybe_take_snapshot()
1426 VERB_snapshot(2, what, next_snapshot_i); in maybe_take_snapshot()
[all …]