Home
last modified time | relevance | path

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

/external/valgrind/massif/
Dms_main.c651 static UInt next_snapshot_i = 0; // Index of where next snapshot will go. variable
678 || &snapshots[next_snapshot_i-1] == snapshot // Last snapshot in is_uncullable_snapshot()
692 for (i = 0; i < next_snapshot_i; i++) { in sanity_check_snapshots_array()
832 next_snapshot_i = i; in cull_snapshots()
852 tl_assert(next_snapshot_i > 1); in cull_snapshots()
855 for (i = 1; i < next_snapshot_i; i++) { in cull_snapshots()
875 for (i = 0; i < next_snapshot_i; i++) { in cull_snapshots()
1008 snapshot = & snapshots[next_snapshot_i]; in maybe_take_snapshot()
1030 for (i = 0; i < next_snapshot_i; i++) { in maybe_take_snapshot()
1045 VERB_snapshot(2, what, next_snapshot_i); in maybe_take_snapshot()
[all …]