Lines Matching full:overestimate
825 Int overestimate;
836 // asked for and remove more than 'overestimate' alloc-fns.
840 for (overestimate = 3; redo; overestimate += 6) {
843 if (overestimate > MAX_OVERESTIMATE)
847 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate,
854 if (n_ips < clo_depth + overestimate) { redo = False; }