Searched refs:depth_str (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/massif/ |
D | ms_main.c | 2110 HChar* depth_str, Int depth_str_len, in pp_snapshot_SXPt() argument 2153 FP("%sn%u: %lu ", depth_str, sxpt->Sig.n_children, sxpt->szB); in pp_snapshot_SXPt() 2180 depth_str[depth+0] = ' '; in pp_snapshot_SXPt() 2181 depth_str[depth+1] = '\0'; in pp_snapshot_SXPt() 2203 pp_snapshot_SXPt(fp, child, depth+1, depth_str, depth_str_len, in pp_snapshot_SXPt() 2208 depth_str[depth+0] = '\0'; in pp_snapshot_SXPt() 2209 depth_str[depth+1] = '\0'; in pp_snapshot_SXPt() 2218 depth_str, sxpt->szB, sxpt->Insig.n_xpts, s, clo_threshold); in pp_snapshot_SXPt() 2242 HChar* depth_str = VG_(malloc)("ms.main.pps.1", in pp_snapshot() local 2246 depth_str[0] = '\0'; // Initialise depth_str to "". in pp_snapshot() [all …]
|