Searched defs:clo_max_snapshots (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/massif/
H A Dms_main.c413 static Int clo_max_snapshots = 100; variable
456 else if VG_BINT_CLO(arg, "--max-snapshots", clo_max_snapshots, 10, 1000) {}
1112 for ( ; i < clo_max_snapshots; i++) {
1190 j < clo_max_snapshots && !is_snapshot_in_use(&snapshots[j]); \
1197 for (i = 0; i < clo_max_snapshots/2; i++) {
1212 while (jn < clo_max_snapshots) {
1243 for ( ; j < clo_max_snapshots; j++) {
1291 n_deleted, clo_max_snapshots);
1470 if (clo_max_snapshots == next_snapshot_i) {
2556 sizeof(Snapshot) * clo_max_snapshots);
[all...]

Completed in 20 milliseconds