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

/external/valgrind/main/massif/
H A Dms_main.c677 static SXPt* dup_XTree(XPt* xpt, SizeT total_szB) function
734 sxpt->Sig.children[j++] = dup_XTree(xpt->children[i], total_szB);
745 // doesn't involve a call to dup_XTree().
1351 snapshot->alloc_sxpt = dup_XTree(alloc_xpt, total_szB);
2234 // Nb: we sort them here, rather than earlier (eg. in dup_XTree), for
2235 // two reasons. First, if we do it during dup_XTree, it can get

Completed in 44 milliseconds