Home
last modified time | relevance | path

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

/external/valgrind/main/massif/
Dms_main.c1071 static UInt next_snapshot_i = 0; // Index of where next snapshot will go. variable
1098 || &snapshots[next_snapshot_i-1] == snapshot // Last snapshot in is_uncullable_snapshot()
1113 for (i = 0; i < next_snapshot_i; i++) { in sanity_check_snapshots_array()
1253 next_snapshot_i = i; in cull_snapshots()
1273 tl_assert(next_snapshot_i > 1); in cull_snapshots()
1276 for (i = 1; i < next_snapshot_i; i++) { in cull_snapshots()
1296 for (i = 0; i < next_snapshot_i; i++) { in cull_snapshots()
1432 snapshot = & snapshots[next_snapshot_i]; in maybe_take_snapshot()
1454 for (i = 0; i < next_snapshot_i; i++) { in maybe_take_snapshot()
1469 VERB_snapshot(2, what, next_snapshot_i); in maybe_take_snapshot()
[all …]