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

/external/valgrind/main/massif/
H A Dms_main.c681 SXPt* sxpt; local
715 sxpt = VG_(malloc)("ms.main.dX.1", sizeof(SXPt));
717 sxpt->tag = SigSXPt;
718 sxpt->szB = xpt->szB;
719 sxpt->Sig.ip = xpt->ip;
720 sxpt->Sig.n_children = n_child_sxpts;
726 sxpt->Sig.children = VG_(malloc)("ms.main.dX.2",
734 sxpt->Sig.children[j++] = dup_XTree(xpt->children[i], total_szB);
751 sxpt->Sig.children[n_sig_children] = insig_sxpt;
754 sxpt
760 free_SXTree(SXPt* sxpt) argument
806 sanity_check_SXTree(SXPt* sxpt) argument
2163 pp_snapshot_SXPt(Int fd, SXPt* sxpt, Int depth, Char* depth_str, Int depth_str_len, SizeT snapshot_heap_szB, SizeT snapshot_total_szB) argument
[all...]

Completed in 56 milliseconds