Searched refs:n_xpts (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/massif/
H A Dms_main.c256 static UInt n_xpts = 0; variable
584 Int n_xpts; // number of aggregated XPts member in struct:_SXPt::__anon14637::__anon14639
634 n_xpts++;
750 insig_sxpt->Insig.n_xpts = n_insig_children;
2266 Char* s = ( 1 == sxpt->Insig.n_xpts ? "," : "s, all" );
2268 depth_str, sxpt->szB, sxpt->Insig.n_xpts, s,
2436 tl_assert(n_xpts > 0); // always have alloc_xpt
2445 STATS("XPts: %u\n", n_xpts);
2448 ( n_xpts ? alloc_xpt->n_children * 100 / n_xpts
[all...]

Completed in 225 milliseconds